C# Class Microsoft.AspNet.SignalR.Hosting.AspNet.Samples.Hubs.RealtimeBroadcast.Realtime

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetFPS ( ) : double
GetFrameId ( ) : long
IsEngineRunning ( ) : bool
SetFPS ( int fps ) : void
Start ( ) : void
Stop ( ) : void

Method Details

GetFPS() public méthode

public GetFPS ( ) : double
Résultat double

GetFrameId() public méthode

public GetFrameId ( ) : long
Résultat long

IsEngineRunning() public méthode

public IsEngineRunning ( ) : bool
Résultat bool

SetFPS() public méthode

public SetFPS ( int fps ) : void
fps int
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void