RegistrationHelperTx.IsInTransaction Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.