RegistrationHelperTx.IsInTransaction Method

Definition

Gets a value indicating whether the current context for the RegistrationHelperTx class instance is transactional.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 bool IsInTransaction();
public bool IsInTransaction ();
member this.IsInTransaction : unit -> bool
Public Function IsInTransaction () As Boolean

Returns

true if the current context for the RegistrationHelperTx class instance is transactional; otherwise, false.

Remarks

Under certain circumstances, the IsInTransaction method is called from within the .NET Framework infrastructure. It does not need to be called directly from your code.

Applies to