| MvComponentC2STransactionDepth Property |
Gets the depth of the current component-to-server transaction.
Namespace:
RW.Server.Component
Assembly:
RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax public int C2STransactionDepth { get; }
Public ReadOnly Property C2STransactionDepth As Integer
Get
public:
property int C2STransactionDepth {
int get ();
}
Property Value
Type:
Int32
The depth of the current component-to-server transaction or
0 if no transaction has been initialized.
Remarks
Category: Transaction Control from the Component to the
Server.
See Also