| MvComponentThereIsSuspendedS2CTrans Property |
Gets a value indicating if there is a suspended transaction.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public bool ThereIsSuspendedS2CTrans { get; }
Public ReadOnly Property ThereIsSuspendedS2CTrans As Boolean
Get
public:
property bool ThereIsSuspendedS2CTrans {
bool get ();
}
Property Value
Type:
Booleantrue if there is a suspended transaction,
false otherwise.
Remarks
Category: Transaction Control from the Component to the
Server.
See Also