Server.LongRunningOperationTimeout Property¶
Some operations are run asynchronously on the server. However for simplicity these operations are exposed synchronously within the SDK. This property determines how long the synchronous operations within the SDK will wait for the server side operations to complete. The default value is 5 minutes.
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public TimeSpan LongRunningOperationTimeout { get; set; }
VB¶
Public Property LongRunningOperationTimeout As TimeSpan
Get
Set
Property Value¶
Type: TimeSpan