SendAckResponse Method
Sends an acknowledgement of the request only.
Syntax
public void SendAckResponse();
Public Sub SendAckResponse()
Remarks
This method is used to respond to a client who sends a file and the agreement dictates that the receipt be returned asynchronously. In this case no receipt should be returned to the client. This method will send an acknowledgment only (no receipt) to the client to indicate that the request was received and processed.
This method is only applicable when ReceiptReplyMode is set to rrmAsync.