Click or drag to resize

OutProcessClientSendAsync Method

Sends a message to the server.

Namespace: Orthogonal.MixedCommsLib
Assembly: Orthogonal.MixedCommsLib (in Orthogonal.MixedCommsLib.dll) Version: 2.0.3
Syntax
C#
public Task SendAsync(
	string message
)

Parameters

message  String
The message to send.

Return Value

Task
A Task representing the asynchronous send operation.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the server is not connected.
See Also