Click or drag to resize
MvComponentSuspendS2CTrans Method
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 SuspendS2CTrans()

Return Value

Type: Int32
The value of the counter.
Remarks

Category: Transaction Control from the Component to the Server.

This does not interrupt the execution of the current server- to-component transaction, if any. Each call to this function increments a counter, initialized to 0 and decremented by the member function RestartS2CTrans(Boolean) .

See Also