次の方法で共有


TaskStatistics.UserCPUTime プロパティ

定義

タスクによって消費される合計ユーザー モードの CPU 時間 (すべてのコアとすべてのコンピューティング ノードで合計) を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="userCPUTime")]
public TimeSpan UserCPUTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="userCPUTime")>]
member this.UserCPUTime : TimeSpan with get, set
Public Property UserCPUTime As TimeSpan

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象