C# Class RestMasterService.WebApp.IdentifyStateHub

Inheritance: Hub
Afficher le fichier Open project: TomasKulhanek/Physiovalues

Méthodes publiques

Méthode Description
IdentifyStateHub ( ) : System
IdentifyStateHub ( IdentifyStateTicker identStateTicker ) : System
OnConnected ( ) : System.Threading.Tasks.Task
Send ( string message ) : void
SendParameters ( string parameters ) : void
StartIdentify ( string initialparameters, string variablenames, double experiment_data, string modelName, double computationParams ) : void
StartIdentifyObjects ( IdentifyParameters initialparameters ) : void
StopIdentify ( ) : void
UpdateIdentifyProcess ( IdentifyDTO identify ) : string[]

Method Details

IdentifyStateHub() public méthode

public IdentifyStateHub ( ) : System
Résultat System

IdentifyStateHub() public méthode

public IdentifyStateHub ( IdentifyStateTicker identStateTicker ) : System
identStateTicker IdentifyStateTicker
Résultat System

OnConnected() public méthode

public OnConnected ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

Send() public méthode

public Send ( string message ) : void
message string
Résultat void

SendParameters() public méthode

public SendParameters ( string parameters ) : void
parameters string
Résultat void

StartIdentify() public méthode

public StartIdentify ( string initialparameters, string variablenames, double experiment_data, string modelName, double computationParams ) : void
initialparameters string
variablenames string
experiment_data double
modelName string
computationParams double
Résultat void

StartIdentifyObjects() public méthode

public StartIdentifyObjects ( IdentifyParameters initialparameters ) : void
initialparameters IdentifyParameters
Résultat void

StopIdentify() public méthode

public StopIdentify ( ) : void
Résultat void

UpdateIdentifyProcess() public méthode

public UpdateIdentifyProcess ( IdentifyDTO identify ) : string[]
identify IdentifyDTO
Résultat string[]