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
Return Value
Type: Microsoft.Rtc.Signaling..::..SipRequestData
Exceptions
Exception | Condition |
---|---|
OperationTimeoutException | Thrown when an ack is not received. |
RealTimeException | Thrown when the response cannot be sent for other reasons. |
See Also
Reference
OfferInReInviteEventArgs Class