NotificationsTimeout Property DocuWare Platform .NET API
Gets or sets the notifications timeout im milliseconds. A positive value lets the server wait for notifications for the specified amount of time. A value of 0 means that the server should respond immediately. A value of -1 indicates that the server should define the timeout.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.6
Syntax

C#
[DefaultValueAttribute(-1)]
[XmlAttributeAttribute]
public int Timeout { get; set; }

Property Value

Type: Int32
See Also

Reference