SignalingSession.EndParticipate(IAsyncResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Waits for the pending participate operation to complete.
public:
Microsoft::Rtc::Signaling::SipMessageData ^ EndParticipate(IAsyncResult ^ result);
public Microsoft.Rtc.Signaling.SipMessageData EndParticipate (IAsyncResult result);
member this.EndParticipate : IAsyncResult -> Microsoft.Rtc.Signaling.SipMessageData
Public Function EndParticipate (result As IAsyncResult) As SipMessageData
Parameters
- result
- IAsyncResult
The reference to the pending asynchronous operation.
Returns
Returns SIP message (200 response or ACK request)
Exceptions
Thrown when this method is invoked multiple times using the same result.
Thrown when the result parameter is null.
Thrown when the result parameter is invalid.
Thrown when this operation timed out.
Thrown when any of the sub operations of this operation failed due to SIP related errors like connection failure, Authentication failure.
Remarks
This method is now deprecated in favor of the BeginEstablish and BeginAccept APIs which have extended functionality.