Asynchronously makes a consult call.
Overload List
Name | Description | |
---|---|---|
ConsultMakeCallAsync(CallInteractionParameters, EventHandler<(Of <<'(InteractionCompletedEventArgs>)>>), Object) |
Asynchronously makes a consult call using the values specified in the CallInteractionParameters parameter.
The handler specified by completedCallback is invoked when the operation is completed.
| |
ConsultMakeCallAsync(String, CallMadeStage, EventHandler<(Of <<'(InteractionCompletedEventArgs>)>>), Object) |
Asynchronously makes a consult call given a string specifying the target and a CallMadeStage value.
The handler specified by completedCallback is invoked when the operation is completed.
| |
ConsultMakeCallAsync(QueueId, CallMadeStage, EventHandler<(Of <<'(InteractionCompletedEventArgs>)>>), Object) |
Asynchronously makes a consult call given a QueueId specifying the target and a CallMadeStage value.
The handler specified by completedCallback is invoked when the operation is completed.
|