Udostępnij za pośrednictwem


ReliableSessionBindingElement.GetProperty<T>(BindingContext) Metoda

Definicja

Pobiera właściwość określonego typu z kontekstu powiązania.

public:
generic <typename T>
 where T : class override T GetProperty(System::ServiceModel::Channels::BindingContext ^ context);
public override T GetProperty<T> (System.ServiceModel.Channels.BindingContext context) where T : class;
override this.GetProperty : System.ServiceModel.Channels.BindingContext -> 'T (requires 'T : null)
Public Overrides Function GetProperty(Of T As Class) (context As BindingContext) As T

Parametry typu

T

Typ pobranej właściwości.

Parametry

context
BindingContext

Element BindingContext zawierający informacje wymagane do pobrania kanału typu T.

Zwraca

T

Właściwość typu T z określoną context lub null jeśli nie zostanie znaleziona żadna właściwość typu T .

Dotyczy