C# 클래스 Microsoft.AspNet.SignalR.Samples.Hubs.ShapeShare.ShapeShare

상속: Microsoft.AspNet.SignalR.Hubs.Hub
파일 보기 프로젝트 열기: SignalR/SignalR

공개 메소드들

메소드 설명
ChangeShape ( string id, int x, int y, int w, int h ) : void
ChangeUserName ( string currentUserName, string newUserName ) : void
CreateShape ( string type = "rectangle" ) : System.Threading.Tasks.Task
DeleteAllShapes ( ) : void
DeleteShape ( string id ) : void
GetShapes ( ) : IEnumerable
Join ( string userName ) : void

비공개 메소드들

메소드 설명
FindShape ( string id ) : Shape

메소드 상세

ChangeShape() 공개 메소드

public ChangeShape ( string id, int x, int y, int w, int h ) : void
id string
x int
y int
w int
h int
리턴 void

ChangeUserName() 공개 메소드

public ChangeUserName ( string currentUserName, string newUserName ) : void
currentUserName string
newUserName string
리턴 void

CreateShape() 공개 메소드

public CreateShape ( string type = "rectangle" ) : System.Threading.Tasks.Task
type string
리턴 System.Threading.Tasks.Task

DeleteAllShapes() 공개 메소드

public DeleteAllShapes ( ) : void
리턴 void

DeleteShape() 공개 메소드

public DeleteShape ( string id ) : void
id string
리턴 void

GetShapes() 공개 메소드

public GetShapes ( ) : IEnumerable
리턴 IEnumerable

Join() 공개 메소드

public Join ( string userName ) : void
userName string
리턴 void