WorkflowConfiguration.HttpRetryCodes Property
Gets the HTTP retry codes for the workflow.
Namespace: Microsoft.Workflow.Client
Assembly: Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)
Syntax
public Collection<HttpStatusCode> HttpRetryCodes { get; }
public:
property Collection<HttpStatusCode>^ HttpRetryCodes {
Collection<HttpStatusCode>^ get();
}
member HttpRetryCodes : Collection<HttpStatusCode> with get
Public ReadOnly Property HttpRetryCodes As Collection(Of HttpStatusCode)
Property Value
Type: System.Collections.ObjectModel.Collection<HttpStatusCode>
The HTTP retry codes for the workflow.
See Also
WorkflowConfiguration Class
Microsoft.Workflow.Client Namespace
Return to top