Share via


CXProviderDelegate_Extensions.ExecuteTransaction Method

Definition

Atomically runs the actions that are contained in the transaction.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool ExecuteTransaction(this CallKit.ICXProviderDelegate This, CallKit.CXProvider provider, CallKit.CXTransaction transaction);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ExecuteTransaction : CallKit.ICXProviderDelegate * CallKit.CXProvider * CallKit.CXTransaction -> bool

Parameters

provider
CXProvider

The provider to which the provider delegate belongs.

transaction
CXTransaction

The transaction to run.

Returns

true if the transaction succeeded. Otherwise, false.

Attributes

Applies to