메소드 | 설명 | |
---|---|---|
PumpMessage ( Action, a, string description = "Not specified" ) |
Creates a pump message with the given action and idempotency id.
|
메소드 | 설명 | |
---|---|---|
Execute ( ) : void |
Executes the action associated with this message
|
public PumpMessage ( Action, a, string description = "Not specified" ) | ||
a | Action, | The action to execute when this message is dequeued by a message pump |
description | string | A description of this message that can be used for debugging purposes |