次の方法で共有


WmiConnectionInfo.Timeout プロパティ

定義

Windows Management Instrumentation (WMI) 接続がタイムアウトした後の期間を秒単位で取得します。値の設定も可能です。

public:
 property TimeSpan Timeout { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan Timeout { get; set; }
member this.Timeout : TimeSpan with get, set
Public Property Timeout As TimeSpan

プロパティ値

WMI 接続がタイムアウトした後の期間を秒単位で示す Int32 値です。

WMI プロバイダーを使用したサービスの管理とネットワーク設定

適用対象