ServiceConfig.BringYourOwnTransaction Property

Definition

Gets or sets a ITransaction that represents an existing transaction that supplies the settings used to run the transaction identified by ServiceConfig.

public:
 property System::EnterpriseServices::ITransaction ^ BringYourOwnTransaction { System::EnterpriseServices::ITransaction ^ get(); void set(System::EnterpriseServices::ITransaction ^ value); };
public System.EnterpriseServices.ITransaction BringYourOwnTransaction { get; set; }
member this.BringYourOwnTransaction : System.EnterpriseServices.ITransaction with get, set
Public Property BringYourOwnTransaction As ITransaction

Property Value

An ITransaction. The default is null.

Remarks

BringYourOwnTransaction (BYOT) identifies a transaction that supplies the context for the ServiceConfig transaction. When you bring your own transaction, that transaction's settings override the other transaction settings in the ServiceConfig object. The default value for BringYourOwnTransaction is null.

For more information on BYOT, see BYOT.

Applies to

See also