SipSubscription.EndRefresh Method
Ends the pending refresh operation.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub EndRefresh ( _
result As IAsyncResult _
)
'Usage
Dim instance As SipSubscription
Dim result As IAsyncResult
instance.EndRefresh(result)
public void EndRefresh(
IAsyncResult result
)
Parameters
- result
Type: System.IAsyncResult
The reference to the pending asynchronous operation.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when the parameter is null. The IAsyncResult is a required parameter. |
ArgumentException | Thrown when the IAsyncResult object is created by a Begin method for a different operation |
InvalidOperationException | Thrown when End is called multiple times. |