C# Class GSF.ServiceProcess.ServiceHelper.StatusUpdate

Show file Open project: GridProtectionAlliance/gsf

Public Properties

Property Type Description
Client System.Guid
Message string
Type UpdateType

Public Methods

Method Description
StatusUpdate ( System.Guid client, UpdateType type, string message ) : GSF.Annotations

Method Details

StatusUpdate() public method

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

Property Details

Client public property

public Guid,System Client
return System.Guid

Message public property

public string Message
return string

Type public property

public UpdateType Type
return UpdateType