PublishSubscribeSession.EndSubscribe Method
Ends the Subscribe operation initiated by BeginSubscribe.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Overridable Sub EndSubscribe ( _
result As IAsyncResult _
)
'Usage
Dim instance As PublishSubscribeSession
Dim result As IAsyncResult
instance.EndSubscribe(result)
public virtual void EndSubscribe(
IAsyncResult result
)
Parameters
- result
Type: System.IAsyncResult
The reference to the pending asynchronous operation.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the argument passed is null or invalid. |
InvalidOperationException | Thrown when this method is invoked multiple times using the same result. |
OperationFailureException | Thrown when the endpoint or session is in an invalid state during the operation. |
PublishSubscribeException | Thrown when the SIP SERVICE request is rejected by the server. |
RealTimeException | Thrown when SIP Transport, SIP authentication and credential-related errors are encountered. |