CauBaseCommand.IgnorePipelineStopped Method (Action)

 

Attempts to process an action that is in the pipeline and ignores a PipelineStoppedException if it is thrown.

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

Syntax

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

Parameters

See Also

CauBaseCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace

Return to top