Udostępnij za pośrednictwem


MsmqIntegrationMessageProperty.Get(Message) Metoda

Definicja

Pobiera element MsmqIntegrationMessageProperty dla danego komunikatu.

public:
 static System::ServiceModel::MsmqIntegration::MsmqIntegrationMessageProperty ^ Get(System::ServiceModel::Channels::Message ^ message);
public static System.ServiceModel.MsmqIntegration.MsmqIntegrationMessageProperty Get (System.ServiceModel.Channels.Message message);
static member Get : System.ServiceModel.Channels.Message -> System.ServiceModel.MsmqIntegration.MsmqIntegrationMessageProperty
Public Shared Function Get (message As Message) As MsmqIntegrationMessageProperty

Parametry

message
Message

Komunikat, dla którego mają zostać pobrane właściwości komunikatu integracji kolejkowania komunikatów (MSMQ).

Zwraca

MsmqIntegrationMessageProperty Obiekt zawierający właściwości integracji kolejkowania komunikatów dla określonego komunikatu.

Wyjątki

message to null.

-lub-

Kolekcja właściwości w komunikacie to null.

Dotyczy