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
System_CAPS_pubmethod ModifyInstance(CimInstance)

Updates an existing instance in the server represented by the session.

System_CAPS_pubmethod ModifyInstance(String, CimInstance)

Updates an existing instance in the server represented by the session.

System_CAPS_pubmethod 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