C# Class PTZSignalRRelay.RelayHub

Inheritance: Microsoft.AspNet.SignalR.Hub
Afficher le fichier Open project: shanselman/PanTiltZoomSystem

Méthodes publiques

Méthode Description
JoinRelay ( string groupName ) : void
Move ( int x, int y, string groupName ) : void
Zoom ( int value, string groupName ) : void

Method Details

JoinRelay() public méthode

public JoinRelay ( string groupName ) : void
groupName string
Résultat void

Move() public méthode

public Move ( int x, int y, string groupName ) : void
x int
y int
groupName string
Résultat void

Zoom() public méthode

public Zoom ( int value, string groupName ) : void
value int
groupName string
Résultat void