| MvComponentSuspendedS2CTransNb Property |
Suspends the processing of any new transaction issued by the
server.
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 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