CXProviderDelegate.ExecuteTransaction(CXProvider, CXTransaction) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Atomically runs the actions that are contained in the transaction
.
[Foundation.Export("provider:executeTransaction:")]
public virtual bool ExecuteTransaction (CallKit.CXProvider provider, CallKit.CXTransaction transaction);
abstract member ExecuteTransaction : CallKit.CXProvider * CallKit.CXTransaction -> bool
override this.ExecuteTransaction : 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