CXProviderDelegate.ExecuteTransaction(CXProvider, CXTransaction) 方法

定义

以原子方式运行 中包含的 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

参数

provider
CXProvider

提供程序委托所属的提供程序。

transaction
CXTransaction

要运行的事务。

返回

true 如果事务成功,则为 。 否则为 false

属性

适用于