C# Class Microsoft.AspNetCore.SignalR.ConnectionMessage

Show file Open project: FabianGosebrink/ASPNET-Core-Angular2-SignalR-Typescript Class Usage Examples

Public Methods

Method 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 method

public ConnectionMessage ( IList signals, object value ) : System.Collections.Generic
signals IList
value object
return System.Collections.Generic

ConnectionMessage() public method

public ConnectionMessage ( IList signals, object value, IList excludedSignals ) : System.Collections.Generic
signals IList
value object
excludedSignals IList
return System.Collections.Generic

ConnectionMessage() public method

public ConnectionMessage ( string signal, object value ) : System.Collections.Generic
signal string
value object
return System.Collections.Generic

ConnectionMessage() public method

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