BeginUnregister Method
Starts an asynchronous process to unregister the current endpoint.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function BeginUnregister ( _
userCallback As AsyncCallback, _
state As Object _
) As IAsyncResult
'Usage
Dim instance As SipEndpoint
Dim userCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginUnregister(userCallback, _
state)
public IAsyncResult BeginUnregister(
AsyncCallback userCallback,
Object state
)
Parameters
- userCallback
Type: System..::..AsyncCallback
The method to call when Unregister is complete.
- state
Type: System..::..Object
The state to be passed back to the callback.
Return Value
Type: System..::..IAsyncResult
An [IAsyncResult] state object representing the operation.
Remarks
This method always succeeds.