This topic has not yet been rated - Rate this topic

Store.TransactionActive Property

Gets or sets whether the store has a currently active transaction.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
public bool TransactionActive { get; internal set; }

Property Value

Type: Boolean
true if the store has a currently active transaction; otherwise, false.

This property indicates if the store has a currently active transaction.

This is true when a transaction is open and includes the time until all events have finished firing.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.