C# Class SignalR.Infrastructure.ConnectionExtensions

显示文件 Open project: robink-teleopti/SignalR

Public Methods

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

Method Details

Close() public static method

public static Close ( this connection ) : System.Threading.Tasks.Task
connection this
return System.Threading.Tasks.Task

SendCommand() public static method

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