CimSession.EnumerateAssociatedInstancesAsync 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
EnumerateAssociatedInstancesAsync(String, CimInstance, String, String, String, String) | |
EnumerateAssociatedInstancesAsync(String, CimInstance, String, String, String, String, CimOperationOptions) |
EnumerateAssociatedInstancesAsync(String, CimInstance, String, String, String, String)
public:
Microsoft::Management::Infrastructure::Generic::CimAsyncMultipleResults<Microsoft::Management::Infrastructure::CimInstance ^> ^ EnumerateAssociatedInstancesAsync(System::String ^ namespaceName, Microsoft::Management::Infrastructure::CimInstance ^ sourceInstance, System::String ^ associationClassName, System::String ^ resultClassName, System::String ^ sourceRole, System::String ^ resultRole);
public Microsoft.Management.Infrastructure.Generic.CimAsyncMultipleResults<Microsoft.Management.Infrastructure.CimInstance> EnumerateAssociatedInstancesAsync (string namespaceName, Microsoft.Management.Infrastructure.CimInstance sourceInstance, string associationClassName, string resultClassName, string sourceRole, string resultRole);
member this.EnumerateAssociatedInstancesAsync : string * Microsoft.Management.Infrastructure.CimInstance * string * string * string * string -> Microsoft.Management.Infrastructure.Generic.CimAsyncMultipleResults<Microsoft.Management.Infrastructure.CimInstance>
Public Function EnumerateAssociatedInstancesAsync (namespaceName As String, sourceInstance As CimInstance, associationClassName As String, resultClassName As String, sourceRole As String, resultRole As String) As CimAsyncMultipleResults(Of CimInstance)
Parameters
- namespaceName
- String
- sourceInstance
- CimInstance
- associationClassName
- String
- resultClassName
- String
- sourceRole
- String
- resultRole
- String
Returns
Applies to
EnumerateAssociatedInstancesAsync(String, CimInstance, String, String, String, String, CimOperationOptions)
public:
Microsoft::Management::Infrastructure::Generic::CimAsyncMultipleResults<Microsoft::Management::Infrastructure::CimInstance ^> ^ EnumerateAssociatedInstancesAsync(System::String ^ namespaceName, Microsoft::Management::Infrastructure::CimInstance ^ sourceInstance, System::String ^ associationClassName, System::String ^ resultClassName, System::String ^ sourceRole, System::String ^ resultRole, Microsoft::Management::Infrastructure::Options::CimOperationOptions ^ options);
public Microsoft.Management.Infrastructure.Generic.CimAsyncMultipleResults<Microsoft.Management.Infrastructure.CimInstance> EnumerateAssociatedInstancesAsync (string namespaceName, Microsoft.Management.Infrastructure.CimInstance sourceInstance, string associationClassName, string resultClassName, string sourceRole, string resultRole, Microsoft.Management.Infrastructure.Options.CimOperationOptions options);
member this.EnumerateAssociatedInstancesAsync : string * Microsoft.Management.Infrastructure.CimInstance * string * string * string * string * Microsoft.Management.Infrastructure.Options.CimOperationOptions -> Microsoft.Management.Infrastructure.Generic.CimAsyncMultipleResults<Microsoft.Management.Infrastructure.CimInstance>
Public Function EnumerateAssociatedInstancesAsync (namespaceName As String, sourceInstance As CimInstance, associationClassName As String, resultClassName As String, sourceRole As String, resultRole As String, options As CimOperationOptions) As CimAsyncMultipleResults(Of CimInstance)
Parameters
- namespaceName
- String
- sourceInstance
- CimInstance
- associationClassName
- String
- resultClassName
- String
- sourceRole
- String
- resultRole
- String
- options
- CimOperationOptions