Click or drag to resize

InProcessClientSendAsync Method

Sends a message to the anonymous 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 processing.
See Also