C# 클래스 NetMQ.Core.Command

Defines a command sent between threads.
파일 보기 프로젝트 열기: NetMQ/NetMQ3-x 1 사용 예제들

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