GSF.ServiceProcess.ServiceHelper.UpdateStatusAppendLine C# (CSharp) Method

UpdateStatusAppendLine() private method

private UpdateStatusAppendLine ( System.Guid client, UpdateType type, string message ) : void
client System.Guid
type UpdateType
message string
return void
        public void UpdateStatusAppendLine(Guid client, UpdateType type, string message, params object[] args)
        {
            UpdateStatus(type, message + "\r\n", args);
        }

Same methods

ServiceHelper::UpdateStatusAppendLine ( UpdateType type, string message ) : void
ServiceHelper