C# Class PumpMessage, PowerArgs

A class that defines a message that can be executed by the message pump
ファイルを表示 Open project: adamabdelhamed/PowerArgs

Public Methods

Method Description
PumpMessage ( Action, a, string description = "Not specified" )

Creates a pump message with the given action and idempotency id.

Private Methods

Method Description
Execute ( ) : void

Executes the action associated with this message

Method Details

PumpMessage() public method

Creates a pump message with the given action and idempotency id.
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