Click or drag to resize

AbstractSessionMessageChannelListenerOnError Method

Namespace:  SoftGear.Strix.Unity.Runtime.Session
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public virtual void OnError(
	MessageChannelErrorEvent ev
)

Parameters

ev
Type: MessageChannelErrorEvent

Implements

IMessageChannelListener.OnError(MessageChannelErrorEvent)
See Also