Asynchronously makes a consult call.

Overload List

  NameDescription
Public methodConsultMakeCallAsync(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.
Public methodConsultMakeCallAsync(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.
Public methodConsultMakeCallAsync(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.

See Also