7 types derived from ManagementOptions
System.Management (7)
managementoptions.cs (7)
319
public class EnumerationOptions :
ManagementOptions
656
public class EventWatcherOptions :
ManagementOptions
771
public class ObjectGetOptions :
ManagementOptions
926
public class PutOptions :
ManagementOptions
1067
public class DeleteOptions :
ManagementOptions
1154
public class InvokeMethodOptions :
ManagementOptions
1252
public class ConnectionOptions :
ManagementOptions
6 references to ManagementOptions
System.Management (6)
managementeventwatcher.cs (1)
426
int 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>