Click or drag to resize

ReconnectableMessageChannel Class

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

Namespace:  SoftGear.Strix.Unity.Runtime.Session
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public class ReconnectableMessageChannel : IMessageChannel, 
	IChannel

The ReconnectableMessageChannel type exposes the following members.

Constructors
  NameDescription
Public methodReconnectableMessageChannel
Initializes a new instance of the ReconnectableMessageChannel class
Top
Methods
Fields
  NameDescription
Public fieldRetry
Top
See Also