IResourceUsage.UserProcessorTime Property
Retrieves the user-mode processor time that is used by the job or task.
Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)
Usage
Syntax
'Declaration
ReadOnly Property UserProcessorTime As Long
long UserProcessorTime { get; }
property long long UserProcessorTime {
long long get ();
}
/** @property */
long get_UserProcessorTime ()
function get UserProcessorTime () : long
Property Value
The user-mode processor time, in milliseconds.
Remarks
For a task, the value is the user-mode processor time used by the task.
For a job, the value is the cumulative user-mode processor time for all tasks in the job.
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.
Platforms
Development Platforms
Microsoft Windows Compute Cluster Server 2003, Windows Server 2003, Windows XP
Target Platforms
Microsoft Windows Compute Cluster Server 2003, Windows Server 2003 with Compute Cluster Pack Client Utilities, Windows XP with Compute Cluster Pack Client Utilities
See Also
Reference
IResourceUsage Interface
IResourceUsage Members
Microsoft.ComputeCluster Namespace