OfferInReInviteEventArgs.EndAccept Method
Waits for the pending BeginAccept operation to complete.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public MustOverride Function EndAccept ( _
result As IAsyncResult _
) As SipRequestData
'Usage
Dim instance As OfferInReInviteEventArgs
Dim result As IAsyncResult
Dim returnValue As SipRequestData
returnValue = instance.EndAccept(result)
public abstract SipRequestData EndAccept(
IAsyncResult result
)
Parameters
- result
Type: System.IAsyncResult
The reference to the pending asynchronous operation.
Return Value
Type: Microsoft.Rtc.Signaling.SipRequestData
Exceptions
Exception | Condition |
---|---|
RealTimeException | Thrown when the response cannot be sent for other reasons. |
OperationTimeoutException | Thrown when ack is not received. |
ArgumentException | Thrown when an incorrect result instance is passed. |
See Also
Reference
OfferInReInviteEventArgs Class