ContextMessageProperty.TryGet Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Próbuje pobrać element ContextMessageProperty
z określonego komunikatu lub kolekcji właściwości komunikatu.
Przeciążenia
TryGet(Message, ContextMessageProperty) |
Próbuje pobrać element |
TryGet(MessageProperties, ContextMessageProperty) |
Próbuje pobrać element |
TryGet(Message, ContextMessageProperty)
Próbuje pobrać element ContextMessageProperty
z właściwości określonego komunikatu.
public:
static bool TryGet(System::ServiceModel::Channels::Message ^ message, [Runtime::InteropServices::Out] System::ServiceModel::Channels::ContextMessageProperty ^ % contextMessageProperty);
public static bool TryGet (System.ServiceModel.Channels.Message message, out System.ServiceModel.Channels.ContextMessageProperty contextMessageProperty);
static member TryGet : System.ServiceModel.Channels.Message * ContextMessageProperty -> bool
Public Shared Function TryGet (message As Message, ByRef contextMessageProperty As ContextMessageProperty) As Boolean
Parametry
- message
- Message
Element Message , z którego mają zostać pobrane właściwości komunikatu kontekstowego.
- contextMessageProperty
- ContextMessageProperty
Gdy ta metoda zwraca wartość true
, zawiera element ContextMessageProperty , który zawiera ContextMessageProperty
element skojarzony z elementem message
contextMessageProperty
. Ten parametr jest przekazywany jako niezainicjowany.
Zwraca
true
gdy wartość dla elementu ContextMessageProperty
jest uzyskiwana z message
; w przeciwnym razie false
.
Dotyczy
TryGet(MessageProperties, ContextMessageProperty)
Próbuje pobrać element ContextMessageProperty
z określonej kolekcji właściwości komunikatu.
public:
static bool TryGet(System::ServiceModel::Channels::MessageProperties ^ properties, [Runtime::InteropServices::Out] System::ServiceModel::Channels::ContextMessageProperty ^ % contextMessageProperty);
public static bool TryGet (System.ServiceModel.Channels.MessageProperties properties, out System.ServiceModel.Channels.ContextMessageProperty contextMessageProperty);
static member TryGet : System.ServiceModel.Channels.MessageProperties * ContextMessageProperty -> bool
Public Shared Function TryGet (properties As MessageProperties, ByRef contextMessageProperty As ContextMessageProperty) As Boolean
Parametry
- properties
- MessageProperties
Element MessageProperties , z którego mają zostać pobrane właściwości komunikatu kontekstowego.
- contextMessageProperty
- ContextMessageProperty
Gdy ta metoda zwraca wartość true
, zawiera element ContextMessageProperty , który zawiera ContextMessageProperty
element skojarzony z elementem properties
contextMessageProperty
. Ten parametr jest przekazywany jako niezainicjowany.
Zwraca
true
gdy wartość dla elementu ContextMessageProperty
jest uzyskiwana z properties
; w przeciwnym razie false
.