15 references to InfiniteTimeout
System.Management (15)
System\Management\ManagementEventWatcher.cs (1)
424
int timeout = (ManagementOptions.
InfiniteTimeout
== options.Timeout)
System\Management\ManagementOptions.cs (14)
200
/// <para>The default value for this property is <see cref='System.Management.ManagementOptions.
InfiniteTimeout
'/>
220
internal ManagementOptions() : this(null,
InfiniteTimeout
) { }
514
public EnumerationOptions() : this(null,
InfiniteTimeout
, 1, true, true, false, false, false, false, false) { }
691
: this(null,
InfiniteTimeout
, 1) { }
830
public ObjectGetOptions() : this(null,
InfiniteTimeout
, false) { }
837
public ObjectGetOptions(ManagementNamedValueCollection context) : this(context,
InfiniteTimeout
, false) { }
844
/// <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>
988
public PutOptions() : this(null,
InfiniteTimeout
, false, PutType.UpdateOrCreate) { }
995
public PutOptions(ManagementNamedValueCollection context) : this(context,
InfiniteTimeout
, false, PutType.UpdateOrCreate) { }
1002
/// <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>
1095
/// <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>
1182
/// <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>
1556
DEFAULTENABLEPRIVILEGES, null,
InfiniteTimeout
)
1691
internal ConnectionOptions(ManagementNamedValueCollection context) : base(context,
InfiniteTimeout
) { }