CompletionMode Enumeration

 

This is an enum used to indicate when the API should complete.

Namespace:   System.Fabric.Testability
Assembly:  System.Fabric.Testability (in System.Fabric.Testability.dll)

Syntax

public enum CompletionMode

Members

Member name Description
DoNotVerify

Do not verify the completion of the action.

Verify

Verify the completion of the action.

Remarks

The values indicate whether the API should complete when the request for the operation is done or when the requested operation has completed. For example, a request to restart a node could complete as soon the request is accepted or when the API can verify that the node has restarted. The actual verification depends upon the API being used.

See Also

System.Fabric.Testability Namespace

Return to top