CXProviderDelegate_Extensions.ExecuteTransaction Method

Definition

Atomically runs the actions that are contained in the transaction.

public static bool ExecuteTransaction (this CallKit.ICXProviderDelegate This, CallKit.CXProvider provider, CallKit.CXTransaction transaction);
static member ExecuteTransaction : CallKit.ICXProviderDelegate * CallKit.CXProvider * CallKit.CXTransaction -> bool

Parameters

This
ICXProviderDelegate

The instance on which this extension method operates.

provider
CXProvider

The provider to which the provider delegate belongs.

transaction
CXTransaction

The transaction to run.

Returns

true if the transaction succeeded. Otherwise, false.

Applies to