SubmitRequestReply(String,String,Byte[],Int32)

Sends byte array reply as a reply to request topic.

Parameters

  • topic : string : Unique ID for the stream to send the reply to.

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

  • reply : byte[] : Reply to send.

  • replySize : int : Reply size.

Return

Status : Status that indicates if the operation succeeds.