CimSession.DeleteInstance Method

 

Deletes synchronously an instance on 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 DeleteInstance(CimInstance)

Deletes an instance on the server represented by the session.

System_CAPS_pubmethod DeleteInstance(String, CimInstance)

Deletes an instance on the server represented by the session.

System_CAPS_pubmethod DeleteInstance(String, CimInstance, CimOperationOptions)

Deletes an instance on the server represented by the session.

See Also

CimSession Class
Microsoft.Management.Infrastructure Namespace

Return to top