C# Class PTZSignalRRelay.RelayHub

Inheritance: Microsoft.AspNet.SignalR.Hub
Exibir arquivo Open project: shanselman/PanTiltZoomSystem

Public Methods

Method Description
JoinRelay ( string groupName ) : void
Move ( int x, int y, string groupName ) : void
Zoom ( int value, string groupName ) : void

Method Details

JoinRelay() public method

public JoinRelay ( string groupName ) : void
groupName string
return void

Move() public method

public Move ( int x, int y, string groupName ) : void
x int
y int
groupName string
return void

Zoom() public method

public Zoom ( int value, string groupName ) : void
value int
groupName string
return void