C# 클래스 PumpMessage, PowerArgs

A class that defines a message that can be executed by the message pump
파일 보기 프로젝트 열기: adamabdelhamed/PowerArgs

공개 메소드들

메소드 설명
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

메소드 상세

PumpMessage() 공개 메소드

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