다음을 통해 공유


OperationContext.InstanceContext 속성

정의

InstanceContext 현재 서비스 인스턴스를 관리하는 개체를 가져옵니다.

public:
 property System::ServiceModel::InstanceContext ^ InstanceContext { System::ServiceModel::InstanceContext ^ get(); };
public System.ServiceModel.InstanceContext InstanceContext { get; }
member this.InstanceContext : System.ServiceModel.InstanceContext
Public ReadOnly Property InstanceContext As InstanceContext

속성 값

InstanceContext 현재 서비스의 개체입니다.

설명

현재 InstanceContext 서비스 개체를 관리하는 런타임 개체에 액세스하려면 이 속성을 사용합니다.

적용 대상