7 types derived from ManagementOptions
System.Management (7)
managementoptions.cs (7)
319public class EnumerationOptions : ManagementOptions 656public class EventWatcherOptions : ManagementOptions 771public class ObjectGetOptions : ManagementOptions 926public class PutOptions : ManagementOptions 1067public class DeleteOptions : ManagementOptions 1154public class InvokeMethodOptions : ManagementOptions 1252public class ConnectionOptions : ManagementOptions
6 references to ManagementOptions
System.Management (6)
managementeventwatcher.cs (1)
426int timeout = (ManagementOptions.InfiniteTimeout == options.Timeout)
managementoptions.cs (5)
208/// <para>The default value for this property is <see cref='System.Management.ManagementOptions.InfiniteTimeout'/> 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> 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>