Click or drag to resize

ReconnectableMessageChannelSend Method

Namespace:  SoftGear.Strix.Unity.Runtime.Session
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public bool Send(
	Object message
)

Parameters

message
Type: SystemObject

Return Value

Type: Boolean

Implements

IMessageChannel.Send(Object)
See Also