CorrelationCallbackMessageProperty.TryGet Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Tenta di ottenere l'oggetto CorrelationCallbackMessageProperty collegato da un messaggio o da una raccolta di proprietà del messaggio.
Overload
TryGet(Message, CorrelationCallbackMessageProperty) |
Tenta di ottenere una proprietà CorrelationCallbackMessageProperty dalle proprietà Properties del messaggio specificato. |
TryGet(MessageProperties, CorrelationCallbackMessageProperty) |
Tenta di ottenere una proprietà CorrelationCallbackMessageProperty dalle proprietà di un messaggio specificato. |
TryGet(Message, CorrelationCallbackMessageProperty)
Tenta di ottenere una proprietà CorrelationCallbackMessageProperty dalle proprietà Properties del messaggio specificato.
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
Parametri
- message
- Message
Messaggio contenente l'oggetto Properties da ispezionare.
- property
- CorrelationCallbackMessageProperty
Al termine, questo metodo include l'oggetto CorrelationCallbackMessageProperty contenuto in Properties del messaggio specificato; in caso contrario null
. Questo parametro viene passato non inizializzato.
Restituisce
true
se Properties del messaggio contiene CorrelationCallbackMessageProperty; in caso contrario false
.
Si applica a
TryGet(MessageProperties, CorrelationCallbackMessageProperty)
Tenta di ottenere una proprietà CorrelationCallbackMessageProperty dalle proprietà di un messaggio specificato.
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
Parametri
- properties
- MessageProperties
Proprietà del messaggio da esaminare.
- property
- CorrelationCallbackMessageProperty
Quando termina, questo metodo contiene l'oggetto CorrelationCallbackMessageProperty contenuto nelle proprietà del messaggio specificato; in caso contrario, null
. Questo parametro viene passato non inizializzato.
Restituisce
true
se le proprietà del messaggio contengono un CorrelationCallbackMessageProperty; in caso contrario, false
.