7 types derived from ManagementOptions
System.Management (7)
System\Management\ManagementOptions.cs (7)
312public class EnumerationOptions : ManagementOptions 661public class EventWatcherOptions : ManagementOptions 776public class ObjectGetOptions : ManagementOptions 932public class PutOptions : ManagementOptions 1079public class DeleteOptions : ManagementOptions 1166public class InvokeMethodOptions : ManagementOptions 1264public class ConnectionOptions : ManagementOptions
6 references to ManagementOptions
System.Management (6)
System\Management\ManagementEventWatcher.cs (1)
424int timeout = (ManagementOptions.InfiniteTimeout == options.Timeout)
System\Management\ManagementOptions.cs (5)
200/// <para>The default value for this property is <see cref='System.Management.ManagementOptions.InfiniteTimeout'/> 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> 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>