Click or drag to resize

ServerChannelSendNakReply Method

Sends a transaction reply message with a NAK code, indicating unsuccessful completion

Namespace:  OBCOM.NetClient
Assembly:  OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax
public void SendNakReply(
	Object reply
)

Parameters

reply
Type: SystemObject
The reply message to a successful transaction execution.
See Also