OfferInReInviteEventArgs.EndDecline(IAsyncResult) Method

Definition

Waits for the pending BeginDecline operation to complete.

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

Parameters

result
IAsyncResult

The reference to the pending asynchronous operation.

Returns

SipRequestData

Exceptions

Thrown when the response cannot be sent for other reasons.

Thrown when ack is not received.

Applies to