CXProviderDelegate_Extensions.ExecuteTransaction 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
以原子方式运行 中包含的 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
。