Share via


CimOperationOptions.SetPromptUserRegularMode Method (CimCallbackMode, Boolean)

 

Sets the server's default behavior when responding to a regular prompt.

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

Syntax

public void SetPromptUserRegularMode(
    CimCallbackMode callbackMode,
    bool automaticConfirmation
)
public:
void SetPromptUserRegularMode(
    CimCallbackMode callbackMode,
    bool automaticConfirmation
)
member SetPromptUserRegularMode : 
        callbackMode:CimCallbackMode *
        automaticConfirmation:bool -> unit
Public Sub SetPromptUserRegularMode (
    callbackMode As CimCallbackMode,
    automaticConfirmation As Boolean
)

Parameters

  • automaticConfirmation
    Type: System.Boolean

    True for automatic confirmation; otherwise False.

See Also

CimOperationOptions Class
Microsoft.Management.Infrastructure.Options Namespace

Return to top