CimCallbackMode Enumeration

 

Specifies the CIM callback mode for the CIM operation options.

Namespace:   Microsoft.Management.Infrastructure.Options
Assembly:  Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)

Syntax

public enum CimCallbackMode
public enum class CimCallbackMode
type CimCallbackMode
Public Enumeration CimCallbackMode

Members

Member name Description
Ignore

Ignore the callback request.

Inquire

Query the client to determine whether the provider should continue.

None

See Report.

Report

Report the details to the client, but the provider will receive a preconfigured response. The provider does not wait for the client to respond before continuing.

See Also

Microsoft.Management.Infrastructure.Options Namespace

Return to top