ResponseCreatedRealtimeServerMessage.Status プロパティ

定義

応答の状態を取得または設定します。

public:
 property System::String ^ Status { System::String ^ get(); void set(System::String ^ value); };
public string? Status { get; set; }
member this.Status : string with get, set
Public Property Status As String

プロパティ値

注釈

通常、応答がどのように終了したかを示すために、 ResponseDone メッセージに設定されます。 CompletedCancelled (ユーザーの割り込みなど)、IncompleteFailedなどの既知の値については、RealtimeResponseStatusを参照してください。

適用対象