CallTransferReceivedEventArgs.EndSendTransferNotification 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 send transfer notification operation to complete.
public:
void EndSendTransferNotification(IAsyncResult ^ result);
public void EndSendTransferNotification (IAsyncResult result);
member this.EndSendTransferNotification : IAsyncResult -> unit
Public Sub EndSendTransferNotification (result As IAsyncResult)
Parameters
- result
- IAsyncResult
The reference to the pending asynchronous operation.
Exceptions
Thrown when this method is called multiple times using the same asyncResult or when this method is called before the application accepted the incoming transfer request by disabling sending implicit transfer notifications.
Thrown when invalid asyncResult are passed(may be an asyncResult created from some other operation other than BeginSetState).
Thrown when a non-null value is expected for an argument. The argument name for which a non-null is expected is part of the exception message.
Encompasses SIP error or failure cases encountered while trying to set refer state
- SIP Transport error, SIP Authentication and credential related errors.