CimSession.EnumerateReferencingInstancesAsync Method

Definition

Overloads

EnumerateReferencingInstancesAsync(String, CimInstance, String, String)
EnumerateReferencingInstancesAsync(String, CimInstance, String, String, CimOperationOptions)

EnumerateReferencingInstancesAsync(String, CimInstance, String, String)

public:
 Microsoft::Management::Infrastructure::Generic::CimAsyncMultipleResults<Microsoft::Management::Infrastructure::CimInstance ^> ^ EnumerateReferencingInstancesAsync(System::String ^ namespaceName, Microsoft::Management::Infrastructure::CimInstance ^ sourceInstance, System::String ^ associationClassName, System::String ^ sourceRole);
public Microsoft.Management.Infrastructure.Generic.CimAsyncMultipleResults<Microsoft.Management.Infrastructure.CimInstance> EnumerateReferencingInstancesAsync (string namespaceName, Microsoft.Management.Infrastructure.CimInstance sourceInstance, string associationClassName, string sourceRole);
member this.EnumerateReferencingInstancesAsync : string * Microsoft.Management.Infrastructure.CimInstance * string * string -> Microsoft.Management.Infrastructure.Generic.CimAsyncMultipleResults<Microsoft.Management.Infrastructure.CimInstance>
Public Function EnumerateReferencingInstancesAsync (namespaceName As String, sourceInstance As CimInstance, associationClassName As String, sourceRole As String) As CimAsyncMultipleResults(Of CimInstance)

Parameters

namespaceName
String
sourceInstance
CimInstance
associationClassName
String
sourceRole
String

Returns

Applies to

EnumerateReferencingInstancesAsync(String, CimInstance, String, String, CimOperationOptions)

public:
 Microsoft::Management::Infrastructure::Generic::CimAsyncMultipleResults<Microsoft::Management::Infrastructure::CimInstance ^> ^ EnumerateReferencingInstancesAsync(System::String ^ namespaceName, Microsoft::Management::Infrastructure::CimInstance ^ sourceInstance, System::String ^ associationClassName, System::String ^ sourceRole, Microsoft::Management::Infrastructure::Options::CimOperationOptions ^ options);
public Microsoft.Management.Infrastructure.Generic.CimAsyncMultipleResults<Microsoft.Management.Infrastructure.CimInstance> EnumerateReferencingInstancesAsync (string namespaceName, Microsoft.Management.Infrastructure.CimInstance sourceInstance, string associationClassName, string sourceRole, Microsoft.Management.Infrastructure.Options.CimOperationOptions options);
member this.EnumerateReferencingInstancesAsync : string * Microsoft.Management.Infrastructure.CimInstance * string * string * Microsoft.Management.Infrastructure.Options.CimOperationOptions -> Microsoft.Management.Infrastructure.Generic.CimAsyncMultipleResults<Microsoft.Management.Infrastructure.CimInstance>
Public Function EnumerateReferencingInstancesAsync (namespaceName As String, sourceInstance As CimInstance, associationClassName As String, sourceRole As String, options As CimOperationOptions) As CimAsyncMultipleResults(Of CimInstance)

Parameters

namespaceName
String
sourceInstance
CimInstance
associationClassName
String
sourceRole
String

Returns

Applies to