프로퍼티 | 타입 | 설명 | |
---|---|---|---|
GetResponse | |||
PopulateResponseState | void | ||
ProcessCommand | void | ||
ProcessResults | List | ||
SendMessage | Task |
메소드 | 설명 | |
---|---|---|
Broadcast ( object value ) : Task | ||
Connection ( IMessageBus messageBus, IJsonSerializer jsonSerializer, string baseSignal, string connectionId, IEnumerable |
||
ReceiveAsync ( |
||
ReceiveAsync ( string messageId, |
||
Send ( string signal, object value ) : Task | ||
SendCommand ( SignalR.SignalCommand command ) : Task |
메소드 | 설명 | |
---|---|---|
GetResponse ( SignalR.MessageResult result ) : |
||
PopulateResponseState ( |
||
ProcessCommand ( SignalR.SignalCommand command ) : void | ||
ProcessResults ( IList |
||
SendMessage ( string key, object value ) : Task |
public Connection ( IMessageBus messageBus, IJsonSerializer jsonSerializer, string baseSignal, string connectionId, IEnumerable |
||
messageBus | IMessageBus | |
jsonSerializer | IJsonSerializer | |
baseSignal | string | |
connectionId | string | |
signals | IEnumerable |
|
groups | IEnumerable |
|
traceManager | ITraceManager | |
리턴 | System |
public ReceiveAsync ( |
||
timeoutToken | ||
리턴 | Task |
public ReceiveAsync ( string messageId, |
||
messageId | string | |
timeoutToken | ||
리턴 | Task |
public SendCommand ( SignalR.SignalCommand command ) : Task | ||
command | SignalR.SignalCommand | |
리턴 | Task |