Click or drag to resize
MvComponentInC2STransaction Property
Gets a value indicating if a component-to-server transaction is already initialized in the component.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public bool InC2STransaction { get; }

Property Value

Type: Boolean
true if a component-to-server transaction is already initialized in the component, false otherwise.
Remarks

Category: Transaction Control from the Component to the Server.

See Also