OperationContext.InstanceContext Eigenschap

Definitie

Hiermee haalt u het InstanceContext object op dat het huidige service-exemplaar beheert.

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

Waarde van eigenschap

Het InstanceContext object voor de huidige service.

Opmerkingen

Gebruik de InstanceContext eigenschap voor toegang tot het runtimeobject dat het huidige serviceobject beheert.

Van toepassing op