openPDC Historian Help
NotifyTimeout Property
NamespacesTVA.Historian.NotifiersNotifierBaseNotifyTimeout
Gets or sets the number of seconds to wait for Notify(String, String, String, NotificationTypes) to complete.
Declaration Syntax
C#Visual BasicVisual C++
public int NotifyTimeout { get; set; }
Public Property NotifyTimeout As Integer
public:
virtual property int NotifyTimeout {
	int get () sealed;
	void set (int value) sealed;
}
Remarks
Set NotifyTimeout to -1 to wait indefinitely on Notify(String, String, String, NotificationTypes).

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252