Task.ToString Method

Overridden. Outputs the name of the task, the application, and the parameters.

Namespace:  Microsoft.Office.Excel.Server.Addins.ComputeCluster.TaskScheduler
Assembly:  Microsoft.Office.Excel.Server.Addins.ComputeCluster (in Microsoft.Office.Excel.Server.Addins.ComputeCluster.dll)

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As Task
Dim returnValue As String

returnValue = instance.ToString()
public override string ToString()

Return Value

Type: System.String
String representing the task.

See Also

Reference

Task Class

Task Members

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