C# 클래스 API.SignalR.ChatHub

상속: Hub
파일 보기 프로젝트 열기: bussajayasimhareddylearning/TryCatchLearn_Reactivities_Neil

공개 메소드들

메소드 설명
ChatHub ( IMediator mediator ) : System.Linq
SendComment ( Create.Command command ) : Task

메소드 상세

ChatHub() 공개 메소드

public ChatHub ( IMediator mediator ) : System.Linq
mediator IMediator
리턴 System.Linq

SendComment() 공개 메소드

public SendComment ( Create.Command command ) : Task
command Create.Command
리턴 Task