C# Класс NetMQ.Core.Command

Defines a command sent between threads.
Показать файл Открыть проект Примеры использования класса

Private Properties

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

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

Метод Описание
Command ( [ destination, CommandType type, [ arg = null ) : JetBrains.Annotations

Create a new Command object for the given destination, type, and optional argument.

ToString ( ) : string

Override of ToString, which returns a string in the form [ command-type, destination ].

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

Command() публичный метод

Create a new Command object for the given destination, type, and optional argument.
public Command ( [ destination, CommandType type, [ arg = null ) : JetBrains.Annotations
destination [ a ZObject that denotes the destination for this command
type CommandType the CommandType of the new command
arg [ an Object to comprise the argument for the command (optional)
Результат JetBrains.Annotations

ToString() публичный метод

Override of ToString, which returns a string in the form [ command-type, destination ].
public ToString ( ) : string
Результат string