ConnectionMessage Structure

.NET Framework 4.5

A message sent to one or more connections.

Namespace:  Microsoft.AspNet.SignalR
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

public value class ConnectionMessage

The ConnectionMessage type exposes the following members.

  NameDescription
Public methodConnectionMessage(IList<String>, Object)
Public methodConnectionMessage(String, Object)Initializes a new instance of the ConnectionMessage class.
Public methodConnectionMessage(IList<String>, Object, IList<String>)
Public methodConnectionMessage(String, Object, IList<String>)Initializes a new instance of the ConnectionMessage class.
Top

  NameDescription
Public propertyExcludedSignalsRepresents a list of signals that should be used to filter what connections receive this message.
Public propertySignalThe signal to this message should be sent to. Connections subscribed to this signal will receive the message payload.
Public propertySignalsA list of signals this message should be delivered to. If this is used the Signal cannot be used.
Public propertyValueThe payload of the message.
Top

  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: