Udostępnij za pośrednictwem


ContextMessageProperty.TryGet Metoda

Definicja

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 ContextMessageProperty z właściwości określonego komunikatu.

TryGet(MessageProperties, ContextMessageProperty)

Próbuje pobrać element ContextMessageProperty z określonej kolekcji właściwości komunikatu.

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 messagecontextMessageProperty . 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 propertiescontextMessageProperty . Ten parametr jest przekazywany jako niezainicjowany.

Zwraca

true gdy wartość dla elementu ContextMessageProperty jest uzyskiwana z properties; w przeciwnym razie false.

Dotyczy