C# Class RestMasterService.WebApp.IdentifyStateHub

Inheritance: Hub
ファイルを表示 Open project: TomasKulhanek/Physiovalues

Public Methods

Method 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 method

public IdentifyStateHub ( ) : System
return System

IdentifyStateHub() public method

public IdentifyStateHub ( IdentifyStateTicker identStateTicker ) : System
identStateTicker IdentifyStateTicker
return System

OnConnected() public method

public OnConnected ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

Send() public method

public Send ( string message ) : void
message string
return void

SendParameters() public method

public SendParameters ( string parameters ) : void
parameters string
return void

StartIdentify() public method

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
return void

StartIdentifyObjects() public method

public StartIdentifyObjects ( IdentifyParameters initialparameters ) : void
initialparameters IdentifyParameters
return void

StopIdentify() public method

public StopIdentify ( ) : void
return void

UpdateIdentifyProcess() public method

public UpdateIdentifyProcess ( IdentifyDTO identify ) : string[]
identify IdentifyDTO
return string[]