EndRegister Method
Waits for the asynchronous Register operation to complete.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function EndRegister ( _
result As IAsyncResult _
) As SipResponseData
'Usage
Dim instance As SipEndpoint
Dim result As IAsyncResult
Dim returnValue As SipResponseData
returnValue = instance.EndRegister(result)
public SipResponseData EndRegister(
IAsyncResult result
)
Parameters
- result
Type: System..::..IAsyncResult
An [IAsyncResult] representing the asynchronous call.
Return Value
Type: Microsoft.Rtc.Signaling..::..SipResponseData
An [IAsyncResult] representing the asynchronous call.
Exceptions
Exception | Condition |
---|---|
RegisterException | Thrown when the Register operation fails with the message text indicating the reason. |
OperationTimeoutException | Thrown when the server does not respond to the Register request. |
AuthenticationException | Thrown when a general authentication-related problem occurs. |