Click or drag to resize
RepresentationBeginS2CTransaction Method
Called by BeginS2CTransaction(S2CTransactionStatus, Int32) on each representation involved in a server-to-component transaction.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
protected virtual bool BeginS2CTransaction(
	S2CTransactionStatus st,
	int id
)

Parameters

st
Type: RW.Server.ComponentS2CTransactionStatus
The transaction status received by BeginS2CTransaction(S2CTransactionStatus, Int32).
id
Type: SystemInt32
The transaction identifier received by BeginS2CTransaction(S2CTransactionStatus, Int32).

Return Value

Type: Boolean
true if the transaction is not an acknowledgement, and false oterwise.
Remarks

Transaction control from the Server to the Application Component.

Notification is propagated to the associated representation objects if and only if this method returns true.

See Also