C# Класс PumpMessage, PowerArgs

A class that defines a message that can be executed by the message pump
Показать файл Открыть проект

Открытые методы

Метод Описание
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