Sdílet prostřednictvím


ReliableSessionBindingElement.GetProperty<T>(BindingContext) Metoda

Definice

Získá vlastnost zadaného typu z kontextu vazby.

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 načtené vlastnosti.

Parametry

context
BindingContext

Objekt BindingContext , který obsahuje informace potřebné k načtení kanálu typu T.

Návraty

T

Vlastnost typu T se zadaným context nebo null pokud nebyla nalezena žádná vlastnost typu T .

Platí pro