Method | Description | |
---|---|---|
ConnectionMessage ( IList |
||
ConnectionMessage ( IList |
||
ConnectionMessage ( string signal, object value ) : System.Collections.Generic | ||
ConnectionMessage ( string signal, object value, IList |
Initializes a new instance of the ConnectionMessage class.
|
public ConnectionMessage ( IList |
||
signals | IList |
|
value | object | |
return | System.Collections.Generic |
public ConnectionMessage ( IList |
||
signals | IList |
|
value | object | |
excludedSignals | IList |
|
return | System.Collections.Generic |
public ConnectionMessage ( string signal, object value ) : System.Collections.Generic | ||
signal | string | |
value | object | |
return | System.Collections.Generic |
public ConnectionMessage ( string signal, object value, IList |
||
signal | string | The signal |
value | object | The payload of the message |
excludedSignals | IList |
The signals to exclude. |
return | System.Collections.Generic |