CauOrchestratorBaseCommand.PrepTaskResult Constructor (Boolean, ClusterUpdateException, Boolean)

 

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

Syntax

public PrepTaskResult(
    bool canceled,
    ClusterUpdateException exception,
    bool foundUpdates
)
public:
PrepTaskResult(
    bool canceled,
    ClusterUpdateException^ exception,
    bool foundUpdates
)
new : 
        canceled:bool *
        exception:ClusterUpdateException *
        foundUpdates:bool -> PrepTaskResult
Public Sub New (
    canceled As Boolean,
    exception As ClusterUpdateException,
    foundUpdates As Boolean
)

Parameters

See Also

CauOrchestratorBaseCommand.PrepTaskResult Class
Microsoft.ClusterAwareUpdating.Commands Namespace

Return to top