Click or drag to resize

ReconnectableMessageChannel Constructor

Initializes a new instance of the ReconnectableMessageChannel class

Namespace:  SoftGear.Strix.Unity.Runtime.Session
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public ReconnectableMessageChannel(
	MessageChannelConfig config,
	IMessageChannelProcessor messageChannelProcessor
)

Parameters

config
Type: MessageChannelConfig
messageChannelProcessor
Type: IMessageChannelProcessor
See Also