public static Task <ThisNAMESPACE> GetThisNAMESPACEAsync(this IInfrastructureObjectScope scope, CimOperationOptions options = null)
 {
     return(scope.EnumerateInstancesAsync <ThisNAMESPACE>(options).ToTask());
 }
 public static Task <SystemSecurity> GetSystemSecurityAsync(this IInfrastructureObjectScope scope, CimOperationOptions options = null)
 {
     return(scope.EnumerateInstancesAsync <SystemSecurity>(options).ToTask());
 }
Ejemplo n.º 3
0
 public static Task <MsvmServicingSettings> GetMsvmServicingSettingsAsync(this IInfrastructureObjectScope scope, CimOperationOptions options = null)
 {
     return(scope.EnumerateInstancesAsync <MsvmServicingSettings>(options).ToTask());
 }