다음을 통해 공유


DispatchRuntime.SingletonInstanceContext 속성

정의

IInstanceContextProvider에서 사용할 singleton DispatchRuntime를 가져오거나 설정합니다.

public:
 property System::ServiceModel::InstanceContext ^ SingletonInstanceContext { System::ServiceModel::InstanceContext ^ get(); void set(System::ServiceModel::InstanceContext ^ value); };
public System.ServiceModel.InstanceContext SingletonInstanceContext { get; set; }
member this.SingletonInstanceContext : System.ServiceModel.InstanceContext with get, set
Public Property SingletonInstanceContext As InstanceContext

속성 값

InstanceContext

IInstanceContextProvider에서 사용할 singleton DispatchRuntime입니다.

적용 대상