Click or drag to resize

ServiceHelperLogStatusUpdates Property

Gets or sets a boolean value that indicates whether messages sent using UpdateStatus(UpdateType, String, Object) or UpdateStatus(Guid, UpdateType, String, Object) are to be logged to the StatusLog.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
[DefaultValueAttribute(true)]
public bool LogStatusUpdates { get; set; }
View Source

Property Value

Boolean
See Also