OfferInReInviteEventArgs.EndDecline Method
Waits for the pending BeginDecline operation to complete.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public MustOverride Function EndDecline ( _
result As IAsyncResult _
) As SipRequestData
'Usage
Dim instance As OfferInReInviteEventArgs
Dim result As IAsyncResult
Dim returnValue As SipRequestData
returnValue = instance.EndDecline(result)
public abstract SipRequestData EndDecline(
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. |
See Also
Reference
OfferInReInviteEventArgs Class