C# 클래스 SignalR.Infrastructure.ConnectionExtensions

파일 보기 프로젝트 열기: robink-teleopti/SignalR

공개 메소드들

메소드 설명
Close ( this connection ) : System.Threading.Tasks.Task
SendCommand ( this connection, string connectionId, SignalCommand command ) : System.Threading.Tasks.Task

메소드 상세

Close() 공개 정적인 메소드

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

SendCommand() 공개 정적인 메소드

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