C# Class Microsoft.AspNet.SignalR.ConnectionMessage

A message sent to one more connections.
Afficher le fichier Open project: SignalR/SignalR Class Usage Examples

Méthodes publiques

Méthode Description
ConnectionMessage ( IList signals, object value ) : System.Collections.Generic
ConnectionMessage ( IList signals, object value, IList excludedSignals ) : System.Collections.Generic
ConnectionMessage ( string signal, object value ) : System.Collections.Generic
ConnectionMessage ( string signal, object value, IList excludedSignals ) : System.Collections.Generic

Initializes a new instance of the ConnectionMessage class.

Method Details

ConnectionMessage() public méthode

public ConnectionMessage ( IList signals, object value ) : System.Collections.Generic
signals IList
value object
Résultat System.Collections.Generic

ConnectionMessage() public méthode

public ConnectionMessage ( IList signals, object value, IList excludedSignals ) : System.Collections.Generic
signals IList
value object
excludedSignals IList
Résultat System.Collections.Generic

ConnectionMessage() public méthode

public ConnectionMessage ( string signal, object value ) : System.Collections.Generic
signal string
value object
Résultat System.Collections.Generic

ConnectionMessage() public méthode

Initializes a new instance of the ConnectionMessage class.
public ConnectionMessage ( string signal, object value, IList excludedSignals ) : System.Collections.Generic
signal string The signal
value object The payload of the message
excludedSignals IList The signals to exclude.
Résultat System.Collections.Generic