次の方法で共有


MethodDispatcherBase.CheckIfItsWrappedRequest メソッド

定義

これにより、リモート処理メッセージをラップしているかどうかを確認します。

protected bool CheckIfItsWrappedRequest (Microsoft.ServiceFabric.Services.Remoting.V2.IServiceRemotingRequestMessageBody requestMessage);
member this.CheckIfItsWrappedRequest : Microsoft.ServiceFabric.Services.Remoting.V2.IServiceRemotingRequestMessageBody -> bool
Protected Function CheckIfItsWrappedRequest (requestMessage As IServiceRemotingRequestMessageBody) As Boolean

パラメーター

requestMessage
IServiceRemotingRequestMessageBody

リモート処理要求メッセージ

戻り値

true または false

適用対象