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