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
)
Public Sub SendReply (
reply As Object,
replyCode As Integer
)
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