OfferInReInviteEventArgs.EndAccept(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 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.