Partager via


CorrelationCallbackMessageProperty.TryGet Méthode

Définition

Tente d’obtenir l’objet CorrelationCallbackMessageProperty attaché à partir d’un message ou d’une collection de propriétés de message.

Surcharges

TryGet(Message, CorrelationCallbackMessageProperty)

Tente d’obtenir un CorrelationCallbackMessageProperty à partir du Properties du message spécifié.

TryGet(MessageProperties, CorrelationCallbackMessageProperty)

Tente d'obtenir un objet CorrelationCallbackMessageProperty dans les propriétés du message spécifié.

TryGet(Message, CorrelationCallbackMessageProperty)

Tente d’obtenir un CorrelationCallbackMessageProperty à partir du Properties du message spécifié.

public:
 static bool TryGet(System::ServiceModel::Channels::Message ^ message, [Runtime::InteropServices::Out] System::ServiceModel::Channels::CorrelationCallbackMessageProperty ^ % property);
public static bool TryGet (System.ServiceModel.Channels.Message message, out System.ServiceModel.Channels.CorrelationCallbackMessageProperty property);
static member TryGet : System.ServiceModel.Channels.Message * CorrelationCallbackMessageProperty -> bool
Public Shared Function TryGet (message As Message, ByRef property As CorrelationCallbackMessageProperty) As Boolean

Paramètres

message
Message

Message qui contient la propriété Properties à inspecter.

property
CorrelationCallbackMessageProperty

Quand cette méthode est retournée, contient le CorrelationCallbackMessageProperty contenu dans le Properties du message spécifié ; sinon, null. Ce paramètre est passé sans être initialisé.

Retours

true si le Properties du message contient CorrelationCallbackMessageProperty ; sinon, false.

S’applique à

TryGet(MessageProperties, CorrelationCallbackMessageProperty)

Tente d'obtenir un objet CorrelationCallbackMessageProperty dans les propriétés du message spécifié.

public:
 static bool TryGet(System::ServiceModel::Channels::MessageProperties ^ properties, [Runtime::InteropServices::Out] System::ServiceModel::Channels::CorrelationCallbackMessageProperty ^ % property);
public static bool TryGet (System.ServiceModel.Channels.MessageProperties properties, out System.ServiceModel.Channels.CorrelationCallbackMessageProperty property);
static member TryGet : System.ServiceModel.Channels.MessageProperties * CorrelationCallbackMessageProperty -> bool
Public Shared Function TryGet (properties As MessageProperties, ByRef property As CorrelationCallbackMessageProperty) As Boolean

Paramètres

properties
MessageProperties

Propriétés de message à inspecter.

property
CorrelationCallbackMessageProperty

Lorsque cette méthode est retournée, elle contient CorrelationCallbackMessageProperty contenue dans les propriétés de message spécifiées ; sinon, null. Ce paramètre est passé sans être initialisé.

Retours

true si les propriétés de message contiennent un objet CorrelationCallbackMessageProperty ; sinon false.

S’applique à