次の方法で共有


WrappedMessage クラス

定義

これは、リモート処理要求/応答がラップされているかどうかを示すマーカー クラスです。

[System.Runtime.Serialization.DataContract(Name="msgBodywrapped", Namespace="urn:ServiceFabric.Communication")]
public abstract class WrappedMessage
[<System.Runtime.Serialization.DataContract(Name="msgBodywrapped", Namespace="urn:ServiceFabric.Communication")>]
type WrappedMessage = class
Public MustInherit Class WrappedMessage
継承
WrappedMessage
属性

コンストラクター

WrappedMessage()

これは、リモート処理要求/応答がラップされているかどうかを示すマーカー クラスです。

プロパティ

Value

ラップされたオブジェクトを取得または設定します。

適用対象