CimSession.EnumerateClassesAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
EnumerateClassesAsync(String, String) | |
EnumerateClassesAsync(String, String, CimOperationOptions) | |
EnumerateClassesAsync(String) |
EnumerateClassesAsync(String, String)
public:
Microsoft::Management::Infrastructure::Generic::CimAsyncMultipleResults<Microsoft::Management::Infrastructure::CimClass ^> ^ EnumerateClassesAsync(System::String ^ namespaceName, System::String ^ className);
public Microsoft.Management.Infrastructure.Generic.CimAsyncMultipleResults<Microsoft.Management.Infrastructure.CimClass> EnumerateClassesAsync (string namespaceName, string className);
member this.EnumerateClassesAsync : string * string -> Microsoft.Management.Infrastructure.Generic.CimAsyncMultipleResults<Microsoft.Management.Infrastructure.CimClass>
Public Function EnumerateClassesAsync (namespaceName As String, className As String) As CimAsyncMultipleResults(Of CimClass)
Parameters
- namespaceName
- String
- className
- String
Returns
Applies to
EnumerateClassesAsync(String, String, CimOperationOptions)
public:
Microsoft::Management::Infrastructure::Generic::CimAsyncMultipleResults<Microsoft::Management::Infrastructure::CimClass ^> ^ EnumerateClassesAsync(System::String ^ namespaceName, System::String ^ className, Microsoft::Management::Infrastructure::Options::CimOperationOptions ^ options);
public Microsoft.Management.Infrastructure.Generic.CimAsyncMultipleResults<Microsoft.Management.Infrastructure.CimClass> EnumerateClassesAsync (string namespaceName, string className, Microsoft.Management.Infrastructure.Options.CimOperationOptions options);
member this.EnumerateClassesAsync : string * string * Microsoft.Management.Infrastructure.Options.CimOperationOptions -> Microsoft.Management.Infrastructure.Generic.CimAsyncMultipleResults<Microsoft.Management.Infrastructure.CimClass>
Public Function EnumerateClassesAsync (namespaceName As String, className As String, options As CimOperationOptions) As CimAsyncMultipleResults(Of CimClass)
Parameters
- namespaceName
- String
- className
- String
- options
- CimOperationOptions
Returns
Applies to
EnumerateClassesAsync(String)
public:
Microsoft::Management::Infrastructure::Generic::CimAsyncMultipleResults<Microsoft::Management::Infrastructure::CimClass ^> ^ EnumerateClassesAsync(System::String ^ namespaceName);
public Microsoft.Management.Infrastructure.Generic.CimAsyncMultipleResults<Microsoft.Management.Infrastructure.CimClass> EnumerateClassesAsync (string namespaceName);
member this.EnumerateClassesAsync : string -> Microsoft.Management.Infrastructure.Generic.CimAsyncMultipleResults<Microsoft.Management.Infrastructure.CimClass>
Public Function EnumerateClassesAsync (namespaceName As String) As CimAsyncMultipleResults(Of CimClass)
Parameters
- namespaceName
- String