Edit

Share via


OfferInReInviteEventArgs.EndAccept(IAsyncResult) Method

Definition

Waits for the pending BeginAccept operation to complete.

public:
 abstract Microsoft::Rtc::Signaling::SipRequestData ^ EndAccept(IAsyncResult ^ result);
public abstract Microsoft.Rtc.Signaling.SipRequestData EndAccept (IAsyncResult result);
abstract member EndAccept : IAsyncResult -> Microsoft.Rtc.Signaling.SipRequestData
Public MustOverride Function EndAccept (result As IAsyncResult) As SipRequestData

Parameters

result
IAsyncResult

The reference to the pending asynchronous operation.

Returns

Exceptions

Thrown when the response cannot be sent for other reasons.

Thrown when ack is not received.

Thrown when an incorrect result instance is passed.

Applies to