Defines all the interfaces for CallInformationLink.
| C# | Visual Basic | Visual C++ |
public interface ICallInformationLink
Public Interface ICallInformationLink
public interface class ICallInformationLink
| All Members | Methods | Events | |||
| Icon | Member | Description |
|---|---|---|
| GetCallInformation(String, Object) |
Send a GetCallInformation request to the server.
| |
| GetLinkStatus(String, Object) |
Get the status of a particular link.
| |
| OnGetCallInformationResponse |
Event registration for responses to GetCallInformationResponse requests.
| |
| OnGetLinkStatusResponse |
Event registration for responses to GetLinkStatusResponse requests.
| |
| OnLinkDownEvent |
Event registration for Link Down events.
| |
| OnLinkUpEvent |
Event registration for Link Up events.
| |
| OnStartMonitorResponse |
Event registration for responses to StartMonitor requests.
| |
| OnStopMonitorResponse |
Event registration for responses to StopMonitor requests.
| |
| StartMonitor(CallInformationLink..::.CallInformationEvents, Object) |
Request monitoring on the links.
| |
| StopMonitor(String, Object) |
Turn a monitor off.
|
Assembly: ServiceProvider (Module: ServiceProvider)