C# Class SignalR.Infrastructure.ConnectionExtensions

Afficher le fichier Open project: robink-teleopti/SignalR

Méthodes publiques

Méthode Description
Close ( this connection ) : System.Threading.Tasks.Task
SendCommand ( this connection, string connectionId, SignalCommand command ) : System.Threading.Tasks.Task

Method Details

Close() public static méthode

public static Close ( this connection ) : System.Threading.Tasks.Task
connection this
Résultat System.Threading.Tasks.Task

SendCommand() public static méthode

public static SendCommand ( this connection, string connectionId, SignalCommand command ) : System.Threading.Tasks.Task
connection this
connectionId string
command SignalCommand
Résultat System.Threading.Tasks.Task