Méthode | Description | |
---|---|---|
MutateOutgoingTransportMessageContext ( byte outgoingBody, object outgoingMessage, string>.Dictionary |
Initializes a new instance of MutateOutgoingTransportMessageContext.
|
|
TryGetIncomingHeaders ( string>.IReadOnlyDictionary |
Gets the incoming headers that initiated the current send if it exists.
|
|
TryGetIncomingMessage ( object &incomingMessage ) : bool |
Gets the incoming message that initiated the current send if it exists.
|
public MutateOutgoingTransportMessageContext ( byte outgoingBody, object outgoingMessage, string>.Dictionary |
||
outgoingBody | byte | |
outgoingMessage | object | |
outgoingHeaders | string>.Dictionary | |
incomingMessage | object | |
incomingHeaders | string>.IReadOnlyDictionary | |
Résultat | System.Collections.Generic |
public TryGetIncomingHeaders ( string>.IReadOnlyDictionary |
||
incomingHeaders | string>.IReadOnlyDictionary | |
Résultat | bool |
public TryGetIncomingMessage ( object &incomingMessage ) : bool | ||
incomingMessage | object | |
Résultat | bool |