ExcelServicesJob.AsyncCheckTaskPeriod Property
Gets or sets the period in milliseconds that is used to check whether a task has completed during the execution of the private RunNowAsync method.
Namespace: Microsoft.Office.Excel.Server.Addins.ComputeCluster
Assembly: Microsoft.Office.Excel.Server.Addins.ComputeCluster (in Microsoft.Office.Excel.Server.Addins.ComputeCluster.dll)
Syntax
'Declaration
Public Property AsyncCheckTaskPeriod As Integer
Get
Set
'Usage
Dim instance As ExcelServicesJob
Dim value As Integer
value = instance.AsyncCheckTaskPeriod
instance.AsyncCheckTaskPeriod = value
public int AsyncCheckTaskPeriod { get; set; }
Property Value
Type: System.Int32
The period in milliseconds.
Remarks
This property determines the time delay before a task is checked and the time delay before the TaskCompleted event is fired.
See Also
Reference
Microsoft.Office.Excel.Server.Addins.ComputeCluster Namespace