Click or drag to resize

NotifierBaseNotifyTimeout Property

Gets or sets the number of seconds to wait for Notify(String, String, String, NotificationTypes) to complete.

Namespace: GSF.Historian.Notifiers
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public int NotifyTimeout { get; set; }
View Source

Property Value

Int32

Implements

INotifierNotifyTimeout
Remarks
Set NotifyTimeout to -1 to wait indefinitely on Notify(String, String, String, NotificationTypes).
See Also