ConnectCallResult Class

Definition

The result from connect request.

public class ConnectCallResult
type ConnectCallResult = class
Public Class ConnectCallResult
Inheritance
ConnectCallResult

Properties

CallConnection

CallConnection instance.

CallConnectionProperties

Properties of the call.

Methods

WaitForEventProcessor(CancellationToken)

This is blocking call. Wait for ConnectCallEventResult using CallAutomationEventProcessor.

WaitForEventProcessorAsync(CancellationToken)

Wait for ConnectCallEventResult using CallAutomationEventProcessor.

Applies to