Click or drag to resize

ReconnectableMessageChannelProcessor Class

MessageChannelProcessor that automatically reconnects with the server if the connection is lost.
Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Unity.Runtime.SessionReconnectableMessageChannelProcessor

Namespace:  SoftGear.Strix.Unity.Runtime.Session
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public class ReconnectableMessageChannelProcessor : IMessageChannelProcessor

The ReconnectableMessageChannelProcessor type exposes the following members.

Constructors
  NameDescription
Public methodReconnectableMessageChannelProcessor
Initializes a new instance of the ReconnectableMessageChannelProcessor class
Public methodReconnectableMessageChannelProcessor(IMessageChannelProcessor)
Initializes a new instance of the ReconnectableMessageChannelProcessor class
Top
Methods
  NameDescription
Public methodConnect
Public methodDispose
Releases all resources used by the ReconnectableMessageChannelProcessor
Public methodListen
Public methodProcess
Public methodStop
Top
See Also