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

Mostra file Open project: SignalR/SignalR Class Usage Examples

Public Properties

Property Type Description
TerminalMessage MessageResult

Private Properties

Property Type Description

Public Methods

Method Description
MessageResult ( IList messages, int totalCount ) : System

Initializes a new instance of the MessageResult struct.

MessageResult ( bool terminal ) : System

Method Details

MessageResult() public method

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.
return System

MessageResult() public method

public MessageResult ( bool terminal ) : System
terminal bool
return System

Property Details

TerminalMessage public_oe static_oe property

public static MessageResult,Microsoft.AspNet.SignalR.Messaging TerminalMessage
return MessageResult