IWmiEventWatcherTask.Timeout Property

Definition

Gets or sets the number of seconds the task should wait to receive a WMI event before timing out.

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

Property Value

The number of seconds the task should wait to receive a WMI event before timing out.

Applies to