Object which deals with links
| C# | Visual Basic | Visual C++ |
public class CallInformationLink : ICallInformationLink
Public Class CallInformationLink _ Implements ICallInformationLink
public ref class CallInformationLink : ICallInformationLink
| All Members | Methods | Events | |||
| Icon | Member | Description |
|---|---|---|
| Finalize()()() |
Perform object cleanup.
(Overrides Object.Finalize()()().) | |
| 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.
|
| Object | |
| CallInformationLink | |
Assembly: ServiceProvider (Module: ServiceProvider)