CimSession.InvokeMethodAsync Method
Invokes a method asynchronously.
Namespace: Microsoft.Management.Infrastructure
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Overload List
Name | Description | |
---|---|---|
InvokeMethodAsync(CimInstance, String, CimMethodParametersCollection) | Invokes an instance method asynchronously. |
|
InvokeMethodAsync(String, CimInstance, String, CimMethodParametersCollection) | Invokes an instance method asynchronously. |
|
InvokeMethodAsync(String, CimInstance, String, CimMethodParametersCollection, CimOperationOptions) | Invokes an instance method asynchronously. |
|
InvokeMethodAsync(String, String, String, CimMethodParametersCollection) | Invokes a static method asynchronously. |
|
InvokeMethodAsync(String, String, String, CimMethodParametersCollection, CimOperationOptions) | Invokes a static method asynchronously. |
See Also
CimSession Class
Microsoft.Management.Infrastructure Namespace
Return to top