Edit

Share via


BackToBackCall.BeginTerminate Method

Definition

Overloads

BeginTerminate(AsyncCallback, Object)

Begins the asynchronous operation to terminate both call legs of BackToBackCall.

BeginTerminate(BackToBackCallTerminateOptions, AsyncCallback, Object)

Begins the asynchronous operation to terminate both call legs of BackToBackCall.

BeginTerminate(AsyncCallback, Object)

Begins the asynchronous operation to terminate both call legs of BackToBackCall.

public:
 IAsyncResult ^ BeginTerminate(AsyncCallback ^ userCallback, System::Object ^ state);
public IAsyncResult BeginTerminate (AsyncCallback userCallback, object state);
member this.BeginTerminate : AsyncCallback * obj -> IAsyncResult
Public Function BeginTerminate (userCallback As AsyncCallback, state As Object) As IAsyncResult

Parameters

userCallback
AsyncCallback

The method to be called when the asynchronous operation is completed.

state
Object

A user-provided object that distinguishes this particular asynchronous operation from other asynchronous operations.

Returns

An IAsyncResult that references the asynchronous operation.

Applies to

BeginTerminate(BackToBackCallTerminateOptions, AsyncCallback, Object)

Begins the asynchronous operation to terminate both call legs of BackToBackCall.

public:
 IAsyncResult ^ BeginTerminate(Microsoft::Rtc::Collaboration::BackToBackCallTerminateOptions ^ options, AsyncCallback ^ userCallback, System::Object ^ state);
public IAsyncResult BeginTerminate (Microsoft.Rtc.Collaboration.BackToBackCallTerminateOptions options, AsyncCallback userCallback, object state);
member this.BeginTerminate : Microsoft.Rtc.Collaboration.BackToBackCallTerminateOptions * AsyncCallback * obj -> IAsyncResult
Public Function BeginTerminate (options As BackToBackCallTerminateOptions, userCallback As AsyncCallback, state As Object) As IAsyncResult

Parameters

options
BackToBackCallTerminateOptions

Optional parameter for terminating the BackToBackCall.

userCallback
AsyncCallback

The method to be called when the asynchronous operation is completed.

state
Object

A user-provided object that distinguishes this particular asynchronous operation from other asynchronous operations.

Returns

An IAsyncResult that references the asynchronous operation.

Exceptions

Thrown when the options parameter contains invalid or restricted headers.

Applies to