HttpMerge.RetryStatusCodes プロパティ

 

使用するステータス コードの一覧を取得します。

名前空間:   Microsoft.Activities.Messaging
アセンブリ:  Microsoft.Activities (Microsoft.Activities.dll 内)

構文

[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))

プロパティ値

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

使用するステータス コードの一覧。

参照

HttpMerge クラス
Microsoft.Activities.Messaging 名前空間

トップに戻る