C# Класс Mycroft.Cmd.Msg.MessageArchive

Наследование: ICommandable
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
Issue ( Command command ) : void

Applies a command to the Message archive

MessageArchive ( Int32 hours, Int32 minutes = 30, Int32 seconds ) : System
TryPostMessage ( MsgCommand mc ) : System.Boolean
this ( String guid ) : MsgCommand

Описание методов

Issue() публичный Метод

Applies a command to the Message archive
public Issue ( Command command ) : void
command Command
Результат void

MessageArchive() публичный Метод

public MessageArchive ( Int32 hours, Int32 minutes = 30, Int32 seconds ) : System
hours System.Int32
minutes System.Int32
seconds System.Int32
Результат System

TryPostMessage() публичный Метод

public TryPostMessage ( MsgCommand mc ) : System.Boolean
mc MsgCommand
Результат System.Boolean

this() публичный Метод

public this ( String guid ) : MsgCommand
guid String
Результат MsgCommand