StatusTask class
提供物件,會持續追蹤的任務的進度。
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.ProjectServer.Client.StatusTask
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'宣告
<ScriptTypeAttribute("PS.StatusTask", ServerTypeId := "{cfadbef1-75e7-4a58-a7c8-9d5fd7de8ebf}")> _
Public Class StatusTask _
Inherits ClientObject
'用途
Dim instance As StatusTask
[ScriptTypeAttribute("PS.StatusTask", ServerTypeId = "{cfadbef1-75e7-4a58-a7c8-9d5fd7de8ebf}")]
public class StatusTask : ClientObject
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.