C# Class Microsoft.AspNet.SignalR.Messaging.MessageResult

Afficher le fichier Open project: SignalR/SignalR Class Usage Examples

Méthodes publiques

Свойство Type Description
TerminalMessage MessageResult

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
MessageResult ( IList messages, int totalCount ) : System

Initializes a new instance of the MessageResult struct.

MessageResult ( bool terminal ) : System

Method Details

MessageResult() public méthode

Initializes a new instance of the MessageResult struct.
public MessageResult ( IList messages, int totalCount ) : System
messages IList The array of messages associated with this .
totalCount int The amount of messages populated in the messages array.
Résultat System

MessageResult() public méthode

public MessageResult ( bool terminal ) : System
terminal bool
Résultat System

Property Details

TerminalMessage public_oe static_oe property

public static MessageResult,Microsoft.AspNet.SignalR.Messaging TerminalMessage
Résultat MessageResult