| MvComponentRestartS2CTrans Method |
Restarts the processing of server-to-component transactions.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public int RestartS2CTrans(
bool force = false
)
Public Function RestartS2CTrans (
Optional force As Boolean = false
) As Integer
public:
int RestartS2CTrans(
bool force = false
)
Parameters
- force (Optional)
- Type: SystemBoolean
If set to true, this parameter sets the
counter to null.
Return Value
Type:
Int32
The value of the counter.
Remarks
Category: Transaction Control from the Component to the
Server.
This method decrements the counter incremented by
SuspendS2CTrans. If this counter is
null, it allows the component to restart the processing
of server-to-component transactions.
See Also