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
。