| MvComponentInS2CTransaction Property |
Gets a value that whether a server-to-component transaction is
being processed.
Namespace:
RW.Server.Component
Assembly:
RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax public bool InS2CTransaction { get; }
Public ReadOnly Property InS2CTransaction As Boolean
Get
public:
property bool InS2CTransaction {
bool get ();
}
Property Value
Type:
Booleantrue if a server-to-component transaction is
being processed,
false otherwise.
Remarks
Category: Transaction Control from the Component to the
Server.
See Also