CXProviderDelegate_Extensions.ExecuteTransaction 方法

定义

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

参数

This
ICXProviderDelegate

此扩展方法操作的实例。

provider
CXProvider

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

transaction
CXTransaction

要运行的事务。

返回

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

适用于