C# 클래스 SignalRTutorial.Hubs.TagHub

상속: SignalR.Hubs.Hub, IConnected, IDisconnect
파일 보기 프로젝트 열기: scottksmith95/SignalRTutorial

공개 메소드들

메소드 설명
getTags ( ) : void
setTag ( string tag ) : void

비공개 메소드들

메소드 설명
TagHub ( ) : System.Collections.Generic

메소드 상세

getTags() 공개 메소드

public getTags ( ) : void
리턴 void

setTag() 공개 메소드

public setTag ( string tag ) : void
tag string
리턴 void