15 references to InfiniteTimeout
System.Management (15)
managementeventwatcher.cs (1)
426
int timeout = (ManagementOptions.
InfiniteTimeout
== options.Timeout)
managementoptions.cs (14)
208
/// <para>The default value for this property is <see cref='System.Management.ManagementOptions.
InfiniteTimeout
'/>
228
internal ManagementOptions() : this(null,
InfiniteTimeout
) {}
509
public EnumerationOptions() : this (null,
InfiniteTimeout
, 1, true, true, false, false, false, false, false) {}
686
: this (null,
InfiniteTimeout
, 1) {}
824
public ObjectGetOptions() : this(null,
InfiniteTimeout
, false) {}
831
public ObjectGetOptions(ManagementNamedValueCollection context) : this(context,
InfiniteTimeout
, false) {}
838
/// <param name=' timeout'>The length of time to let the operation perform before it times out. The default is <see cref='System.Management.ManagementOptions.
InfiniteTimeout
'/> .</param>
976
public PutOptions() : this(null,
InfiniteTimeout
, false, PutType.UpdateOrCreate) {}
983
public PutOptions(ManagementNamedValueCollection context) : this(context,
InfiniteTimeout
, false, PutType.UpdateOrCreate) {}
990
/// <param name=' timeout'>The length of time to let the operation perform before it times out. The default is <see cref='System.Management.ManagementOptions.
InfiniteTimeout
'/> .</param>
1083
/// <param name='timeout'>The length of time to let the operation perform before it times out. The default value is <see cref='System.Management.ManagementOptions.
InfiniteTimeout
'/> . Setting this parameter will invoke the operation semisynchronously.</param>
1170
/// <param name='timeout'>The length of time to let the operation perform before it times out. The default value is <see cref='System.Management.ManagementOptions.
InfiniteTimeout
'/> . Setting this parameter will invoke the operation semisynchronously.</param>
1536
DEFAULTENABLEPRIVILEGES, null,
InfiniteTimeout
) {}
1669
internal ConnectionOptions(ManagementNamedValueCollection context) : base(context,
InfiniteTimeout
) {}