Click or drag to resize

ReconnectableMessageChannelProcessorConnect Method

Namespace:  SoftGear.Strix.Unity.Runtime.Session
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public IMessageChannel Connect(
	MessageChannelConfig config,
	IMessageChannelListener listener
)

Parameters

config
Type: MessageChannelConfig
listener
Type: IMessageChannelListener

Return Value

Type: IMessageChannel

Implements

IMessageChannelProcessor.Connect(MessageChannelConfig, IMessageChannelListener)
See Also