Click or drag to resize
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: 6.3.0.0 (0.8.0.0)
Syntax
public int SuspendedS2CTransNb { 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