| LyncPlatformLibraryWaitForIncomingCall Method |
Waits for an incoming call on the existing SIP connection and raises an event of type
WaitingForCall on completion.
Namespace: Inkostar.ClassesAssembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int WaitForIncomingCall()
Public Function WaitForIncomingCall As Integer
public:
int WaitForIncomingCall()
member WaitForIncomingCall : unit -> int
Return Value
Type:
Int32
The unique identifier for the current operation.
See Also