CimSession.InvokeMethodAsync Method

 

Invokes a method asynchronously.

Namespace:   Microsoft.Management.Infrastructure
Assembly:  Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)

Overload List

Name Description
System_CAPS_pubmethod InvokeMethodAsync(CimInstance, String, CimMethodParametersCollection)

Invokes an instance method asynchronously.

System_CAPS_pubmethod InvokeMethodAsync(String, CimInstance, String, CimMethodParametersCollection)

Invokes an instance method asynchronously.

System_CAPS_pubmethod InvokeMethodAsync(String, CimInstance, String, CimMethodParametersCollection, CimOperationOptions)

Invokes an instance method asynchronously.

System_CAPS_pubmethod InvokeMethodAsync(String, String, String, CimMethodParametersCollection)

Invokes a static method asynchronously.

System_CAPS_pubmethod InvokeMethodAsync(String, String, String, CimMethodParametersCollection, CimOperationOptions)

Invokes a static method asynchronously.

See Also

CimSession Class
Microsoft.Management.Infrastructure Namespace

Return to top