Click or drag to resize

ServerChannelSendReply Method (Object, Int32)

Sends a transaction reply message with the supplied replyCode.

Namespace:  OBCOM.NetClient
Assembly:  OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax
public void SendReply(
	Object reply,
	int replyCode
)

Parameters

reply
Type: SystemObject
the reply message.
replyCode
Type: SystemInt32
The reply code.
Remarks
The replyCode indicates the completion status of the transaction, such as ACK (for success) or NAK (in case of failure).
See Also