C# Class Bus.Transport.ReceptionPipe.InboundMessageProcessingEntry

Show file Open project: jbouzaglou/PetPigeonsESB

Public Properties

Property Type Description
Command IBusEventProcessorCommand
ForceMessageThrough bool
InboundBusinessMessageEntry InboundBusinessMessageEntry
InfrastructureEntry InboundInfrastructureEntry
InitialTransportMessage ReceivedTransportMessage
IsCommand bool
IsInfrastructureMessage bool
IsStrandardMessage bool
QueuedInboundEntries List

Property Details

Command public property

public IBusEventProcessorCommand Command
return IBusEventProcessorCommand

ForceMessageThrough public property

public bool ForceMessageThrough
return bool

InboundBusinessMessageEntry public property

public InboundBusinessMessageEntry,Bus.Transport.ReceptionPipe InboundBusinessMessageEntry
return InboundBusinessMessageEntry

InfrastructureEntry public property

public InboundInfrastructureEntry,Bus.Transport.ReceptionPipe InfrastructureEntry
return InboundInfrastructureEntry

InitialTransportMessage public property

public ReceivedTransportMessage,Bus.Transport.ReceptionPipe InitialTransportMessage
return ReceivedTransportMessage

IsCommand public property

public bool IsCommand
return bool

IsInfrastructureMessage public property

public bool IsInfrastructureMessage
return bool

IsStrandardMessage public property

public bool IsStrandardMessage
return bool

QueuedInboundEntries public property

public List QueuedInboundEntries
return List