C# 클래스 GSF.ServiceProcess.ServiceHelper.StatusUpdate

파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

공개 프로퍼티들

프로퍼티 타입 설명
Client System.Guid
Message string
Type UpdateType

공개 메소드들

메소드 설명
StatusUpdate ( System.Guid client, UpdateType type, string message ) : GSF.Annotations

메소드 상세

StatusUpdate() 공개 메소드

public StatusUpdate ( System.Guid client, UpdateType type, string message ) : GSF.Annotations
client System.Guid
type UpdateType
message string
리턴 GSF.Annotations

프로퍼티 상세

Client 공개적으로 프로퍼티

public Guid,System Client
리턴 System.Guid

Message 공개적으로 프로퍼티

public string Message
리턴 string

Type 공개적으로 프로퍼티

public UpdateType Type
리턴 UpdateType