Share via


ServiceHealthModel.ServicePropertiesModel.InstanceContextMode プロパティ

定義

WCF サービスのインスタンス コンテキスト モードを取得します。

public:
 property Nullable<System::ServiceModel::InstanceContextMode> InstanceContextMode { Nullable<System::ServiceModel::InstanceContextMode> get(); };
[System.Runtime.Serialization.DataMember]
public System.ServiceModel.InstanceContextMode? InstanceContextMode { get; }
[<System.Runtime.Serialization.DataMember>]
member this.InstanceContextMode : Nullable<System.ServiceModel.InstanceContextMode>
Public ReadOnly Property InstanceContextMode As Nullable(Of InstanceContextMode)

プロパティ値

サービスのインスタンス コンテキスト モード。

属性

注釈

サービスのインスタンス コンテキスト モードは、受信メッセージに含まれる呼び出しをサービス インスタンスが処理する方法を決定します。 詳細については、「System.ServiceModel.InstanceContextMode」を参照してください。

適用対象