| MvComponentC2STransactionDepth Property |
Gets the depth of the current component-to-server transaction.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.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