Aracılığıyla paylaş


ContextMessageProperty.TryGet Yöntem

Tanım

Belirtilen iletiden veya ileti özellikleri koleksiyonundan alma ContextMessageProperty girişiminde bulunur.

Aşırı Yüklemeler

TryGet(Message, ContextMessageProperty)

Belirtilen iletinin özelliklerinden alma ContextMessageProperty girişiminde bulunur.

TryGet(MessageProperties, ContextMessageProperty)

belirtilen ileti özellikleri koleksiyonundan alma ContextMessageProperty girişiminde bulunur.

TryGet(Message, ContextMessageProperty)

Belirtilen iletinin özelliklerinden alma ContextMessageProperty girişiminde bulunur.

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

Parametreler

message
Message

Message Bağlam iletisi özelliklerinin alınacağı.

contextMessageProperty
ContextMessageProperty

Bu yöntem döndürdüğündetrue, contextMessageProperty ile messageilişkili öğesini ContextMessageProperty içeren bir ContextMessageProperty içerir. Bu parametre, başlatmadan iletilir.

Döndürülenler

trueiçin ContextMessageProperty bir değer ' den messageelde edildiğinde ; aksi takdirde . false

Şunlara uygulanır

TryGet(MessageProperties, ContextMessageProperty)

belirtilen ileti özellikleri koleksiyonundan alma ContextMessageProperty girişiminde bulunur.

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

Parametreler

properties
MessageProperties

MessageProperties Bağlam iletisi özelliklerinin alınacağı.

contextMessageProperty
ContextMessageProperty

Bu yöntem döndürdüğündetrue, contextMessageProperty ile propertiesilişkili öğesini ContextMessageProperty içeren bir ContextMessageProperty içerir. Bu parametre, başlatmadan iletilir.

Döndürülenler

trueiçin ContextMessageProperty bir değer ' den propertieselde edildiğinde ; aksi takdirde . false

Şunlara uygulanır