Method | Description | |
---|---|---|
Reply ( byte message ) : void |
Reply to the message
|
|
ReplyAsync ( byte message ) : System.Threading.Tasks.Task |
Reply to the message
|
Method | Description | |
---|---|---|
WireContext ( |
||
WireContext ( |
public Reply ( byte message ) : void | ||
message | byte | the reply message data |
return | void |
public ReplyAsync ( byte message ) : System.Threading.Tasks.Task | ||
message | byte | the reply message data |
return | System.Threading.Tasks.Task |