3 references to PutOptions
System.Management (3)
System\Management\ManagementOptions.cs (3)
988
public PutOptions() :
this
(null, InfiniteTimeout, false, PutType.UpdateOrCreate) { }
995
public PutOptions(ManagementNamedValueCollection context) :
this
(context, InfiniteTimeout, false, PutType.UpdateOrCreate) { }
1024
return new
PutOptions
(newContext, Timeout, UseAmendedQualifiers, Type);