Partager via


SyncTaskStatusQuery.QueryTaskStatus Method ()

 

When overridden in a derived class, queries for the status of the task.

Namespace:   Microsoft.WindowsServerSolutions.Dashboard.Addins.Home
Assembly:  HomeAddinContract (in HomeAddinContract.dll)

Syntax

protected abstract TaskQuickStatus QueryTaskStatus()
protected:
virtual TaskQuickStatus^ QueryTaskStatus() abstract
Protected MustOverride Function QueryTaskStatus As TaskQuickStatus

Return Value

Type: Microsoft.WindowsServerSolutions.Dashboard.Addins.Home.TaskQuickStatus

A TaskQuickStatus. If the return value is null, the method has failed, and the displayed status may show N/A.

See Also

SyncTaskStatusQuery Class
Microsoft.WindowsServerSolutions.Dashboard.Addins.Home Namespace

Return to top