Share via


ExcelServicesJob.Item Property ()

Gets or sets the TaskTracker indexer.

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 Default Property Item ( _
    Task As Task _
) As TaskTracker
    Get
    Set
'Usage
Dim instance As ExcelServicesJob
Dim Task As Task
Dim value As TaskTracker

value = instance(Task)

instance(Task) = value
public TaskTracker this[
    Task Task
] { get; set; }

Parameters

  • Task
    Type: Task
    The compute cluster task object used to find the associated TaskTracker object.

Property Value

Type: Microsoft.Office.Excel.Server.Addins.ComputeCluster.TaskTracker
The associated task tracker for the specified task object.

Remarks

The TaskTracker indexer is based on the specified compute cluster task object. This property is used in conjunction with the private RunNowAsync method. For more information about the compute cluster task object, see the Microsoft Compute Cluster Pack (CCP) API documentation.

See Also

Reference

ExcelServicesJob Class

ExcelServicesJob Members

Item Overload

Microsoft.Office.Excel.Server.Addins.ComputeCluster Namespace