C# Class amp.messaging.OutboundHeadersProcessor

Inheritance: IMessageProcessor
Afficher le fichier Open project: Berico-Technologies/AMP

Protected Properties

Свойство Type Description
_alternateIdentity string

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetMessageTopic ( object message ) : string
GetMessageType ( object message ) : string
OutboundHeadersProcessor ( ) : System
OutboundHeadersProcessor ( string alternateSenderIdentity ) : System

Sets an alternate user Identity to user if not found in the envelope when ProcessEvent executes.

ProcessMessage ( MessageContext context, System.Action continueProcessing ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetMessageTopic() public méthode

public GetMessageTopic ( object message ) : string
message object
Résultat string

GetMessageType() public méthode

public GetMessageType ( object message ) : string
message object
Résultat string

OutboundHeadersProcessor() public méthode

public OutboundHeadersProcessor ( ) : System
Résultat System

OutboundHeadersProcessor() public méthode

Sets an alternate user Identity to user if not found in the envelope when ProcessEvent executes.
public OutboundHeadersProcessor ( string alternateSenderIdentity ) : System
alternateSenderIdentity string
Résultat System

ProcessMessage() public méthode

public ProcessMessage ( MessageContext context, System.Action continueProcessing ) : void
context MessageContext
continueProcessing System.Action
Résultat void

Property Details

_alternateIdentity protected_oe property

protected string _alternateIdentity
Résultat string