CauBaseCommand.QueueSafeAction Method (Action)

 

Processes an action that is in the pipeline.

Namespace:   Microsoft.ClusterAwareUpdating.Commands
Assembly:  ClusterAwareUpdating (in ClusterAwareUpdating.dll)

Syntax

protected void QueueSafeAction(
    Action action
)
protected:
void QueueSafeAction(
    Action^ action
)
member QueueSafeAction : 
        action:Action -> unit
Protected Sub QueueSafeAction (
    action As Action
)

Parameters

Remarks

If the action is not in the pipeline, it is added to the pipeline queue.

See Also

CauBaseCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace

Return to top