Share via


CimSession.DeleteInstanceAsync Method

 

Asynchronously deletes 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 DeleteInstanceAsync(CimInstance)

Asynchronously deletes an instance on the server represented by the session.

System_CAPS_pubmethod DeleteInstanceAsync(String, CimInstance)

Asynchronously deletes an instance on the server represented by the session.

System_CAPS_pubmethod DeleteInstanceAsync(String, CimInstance, CimOperationOptions)

Asynchronously deletes an instance on the server represented by the session.

See Also

CimSession Class
Microsoft.Management.Infrastructure Namespace

Return to top