C# Class GSF.ServiceProcess.ServiceHelper.StatusUpdate

Datei anzeigen 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_oe property

public Guid,System Client
return System.Guid

Message public_oe property

public string Message
return string

Type public_oe property

public UpdateType Type
return UpdateType