Share via


HttpDelete.RetryStatusCodes Property

 

Namespace:   Microsoft.Activities.Messaging
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Syntax

[DefaultValueAttribute(null)]
public ICollection<InArgument<HttpStatusCode>> RetryStatusCodes { get; }
public:
[DefaultValueAttribute(null)]
property ICollection<InArgument<HttpStatusCode>^>^ RetryStatusCodes {
    ICollection<InArgument<HttpStatusCode>^>^ get();
}
[<DefaultValueAttribute(null)>]
member RetryStatusCodes : ICollection<InArgument<HttpStatusCode>> with get
<DefaultValueAttribute(Nothing)>
Public ReadOnly Property RetryStatusCodes As ICollection(Of InArgument(Of HttpStatusCode))

Property Value

Type: System.Collections.Generic.ICollection<InArgument<HttpStatusCode>>

See Also

HttpDelete Class
Microsoft.Activities.Messaging Namespace

Return to top