SubmitRequestReply(String,String,IntPtr,Int32)

Sends byte array reply as a reply to request topic.

Parameters

  • topic : string : Topic of the request to reply to.

  • replyTo : string : The reply to from the request.

  • reply : IntPtr : Reply to send.

  • replySize : int : Reply size.

Return

Status : Status that indicates if the operation succeeds.