| MvComponentSuspendedS2CTransNb Property |
Suspends the processing of any new transaction issued by the
server.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public int SuspendedS2CTransNb { get; }
Public ReadOnly Property SuspendedS2CTransNb As Integer
Get
public:
property int SuspendedS2CTransNb {
int get ();
}
Property Value
Type:
Int32
The value of the counter maintained by the properties
SuspendS2CTrans and
RestartS2CTrans(Boolean).
Remarks
Category: Transaction Control from the Component to the
Server.
The value of the counter is 0 when transaction
processing is not suspended.
See Also