C# 클래스 RestMasterService.WebApp.IdentifyStateHub

상속: Hub
파일 보기 프로젝트 열기: TomasKulhanek/Physiovalues

공개 메소드들

메소드 설명
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[]

메소드 상세

IdentifyStateHub() 공개 메소드

public IdentifyStateHub ( ) : System
리턴 System

IdentifyStateHub() 공개 메소드

public IdentifyStateHub ( IdentifyStateTicker identStateTicker ) : System
identStateTicker IdentifyStateTicker
리턴 System

OnConnected() 공개 메소드

public OnConnected ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

Send() 공개 메소드

public Send ( string message ) : void
message string
리턴 void

SendParameters() 공개 메소드

public SendParameters ( string parameters ) : void
parameters string
리턴 void

StartIdentify() 공개 메소드

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
리턴 void

StartIdentifyObjects() 공개 메소드

public StartIdentifyObjects ( IdentifyParameters initialparameters ) : void
initialparameters IdentifyParameters
리턴 void

StopIdentify() 공개 메소드

public StopIdentify ( ) : void
리턴 void

UpdateIdentifyProcess() 공개 메소드

public UpdateIdentifyProcess ( IdentifyDTO identify ) : string[]
identify IdentifyDTO
리턴 string[]