Method | Description | |
---|---|---|
Close ( this connection ) : System.Threading.Tasks.Task | ||
SendCommand ( this connection, string connectionId, SignalCommand command ) : System.Threading.Tasks.Task |
public static Close ( this connection ) : System.Threading.Tasks.Task | ||
connection | this | |
return | System.Threading.Tasks.Task |
public static SendCommand ( this connection, string connectionId, SignalCommand command ) : System.Threading.Tasks.Task | ||
connection | this | |
connectionId | string | |
command | SignalCommand | |
return | System.Threading.Tasks.Task |