次の方法で共有


IServiceRemotingResponseMessage.GetBody メソッド

定義

応答メッセージの本文を取得します。

public Microsoft.ServiceFabric.Services.Remoting.V2.IServiceRemotingResponseMessageBody GetBody ();
abstract member GetBody : unit -> Microsoft.ServiceFabric.Services.Remoting.V2.IServiceRemotingResponseMessageBody
Public Function GetBody () As IServiceRemotingResponseMessageBody

戻り値

この応答メッセージの本文。

適用対象