CimSession.ModifyInstanceAsync Method
Updates an existing instance asynchronously in the server represented by the session.
Namespace: Microsoft.Management.Infrastructure
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Overload List
Name | Description | |
---|---|---|
ModifyInstanceAsync(CimInstance) | Asynchronous method that updates an existing instance in the server represented by the session. |
|
ModifyInstanceAsync(String, CimInstance) | Asynchronous method that updates an existing instance in the server represented by the session. |
|
ModifyInstanceAsync(String, CimInstance, CimOperationOptions) | Asynchronous method that updates an existing instance in the server represented by the session. |
See Also
CimSession Class
Microsoft.Management.Infrastructure Namespace
Return to top