Share via


ResourceUsage.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
Public Property UserProcessorTime As Long
public long UserProcessorTime { get; set; }
public:
virtual property long long UserProcessorTime {
    long long get () sealed;
    void set (long long value);
}
/** @property */
public final long get_UserProcessorTime ()

/** @property */
public void set_UserProcessorTime (long value)
public final function get UserProcessorTime () : long

public function set UserProcessorTime (value : 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

ResourceUsage Class
ResourceUsage Members
Microsoft.ComputeCluster Namespace