RetryBehavior Enumeration
Specifies the behavior to use when it determines how to batch requests when retried.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Enumeration RetryBehavior
public enum RetryBehavior
public enum class RetryBehavior
type RetryBehavior
public enum RetryBehavior
Members
Member name | Description | |
---|---|---|
BatchDynamically | Each request can be batched with any other request in the system batch. | |
BatchIsolated | Each request will only be batched with the specified requests. | |
DoNotBatch | Each request should be retried individually. |
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace