Type of the message sent by the monitor duplex output channel or monitor dupolex input channel.

Namespace: Eneter.Messaging.MessagingSystems.Composites.MonitoredMessagingComposit
Assembly: Eneter.Messaging.Framework (in Eneter.Messaging.Framework.dll) Version: 5.0.0.0 (5.0.0.0)

Syntax

C#
public enum MonitorChannelMessageType
Visual Basic
Public Enumeration MonitorChannelMessageType
Visual C++
public enum class MonitorChannelMessageType

Members

Member nameValueDescription
Ping0 Indicates, it is the ping message or ping response.
Message1 Indicates, it is a message or a response message containing data.

Version Information

.NET

Supported in: .NET 4.5, .NET 4.0, .NET 3.5

Compact Framework

Supported in: Compact Framework 3.5, Compact Framework 2.0

Mono

Supported in: Mono 2.6.4

Silverlight

Supported in: Silverlight 5, Silverlight 4, Silverlight 3

Windows Phone

Supported in: Windows Phone 7.1, Windows Phone 7

See Also