Click or drag to resize

Reconnecter Constructor (IDuplexOutputChannel, TimeSpan, Int32)

Initializes a new instance of the Reconnecter class

Namespace:  Eneter.Messaging.MessagingSystems.Composites.MonitoredMessagingComposit
Assembly:  Eneter.Messaging.Framework (in Eneter.Messaging.Framework.dll) Version: 8.0.7
Syntax
public Reconnecter(
	IDuplexOutputChannel duplexOutputChannel,
	TimeSpan reconnectFrequency,
	int maxReconnectAttempts
)

Parameters

duplexOutputChannel
Type: Eneter.Messaging.MessagingSystems.MessagingSystemBaseIDuplexOutputChannel

[Missing <param name="duplexOutputChannel"/> documentation for "M:Eneter.Messaging.MessagingSystems.Composites.MonitoredMessagingComposit.Reconnecter.#ctor(Eneter.Messaging.MessagingSystems.MessagingSystemBase.IDuplexOutputChannel,System.TimeSpan,System.Int32)"]

reconnectFrequency
Type: SystemTimeSpan

[Missing <param name="reconnectFrequency"/> documentation for "M:Eneter.Messaging.MessagingSystems.Composites.MonitoredMessagingComposit.Reconnecter.#ctor(Eneter.Messaging.MessagingSystems.MessagingSystemBase.IDuplexOutputChannel,System.TimeSpan,System.Int32)"]

maxReconnectAttempts
Type: SystemInt32

[Missing <param name="maxReconnectAttempts"/> documentation for "M:Eneter.Messaging.MessagingSystems.Composites.MonitoredMessagingComposit.Reconnecter.#ctor(Eneter.Messaging.MessagingSystems.MessagingSystemBase.IDuplexOutputChannel,System.TimeSpan,System.Int32)"]

See Also