 | InProcessClientSendAsync Method |
Sends a message to the anonymous server.
Namespace: Orthogonal.MixedCommsLibAssembly: Orthogonal.MixedCommsLib (in Orthogonal.MixedCommsLib.dll) Version: 2.0.3
Syntaxpublic Task SendAsync(
string message
)
Parameters
- message String
- The message to send.
Return Value
TaskA Task representing the asynchronous send processing.
See Also