C# Класс NetMQ.NetMQContext

Context class of the NetMQ, you should have only one context in your application
Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Dispose ( ) : void

Close (or terminate) this context.

Terminate ( ) : void

Close (terminate) this context.

May be safely called even if already terminated. This must not be called on a context that is already closed otherwise an ObjectDisposedException is thrown.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Close (or terminate) this context.

Приватные методы

Метод Описание
Create ( ) : NetMQContext
CreateDealerSocket ( ) : DealerSocket
CreateHandle ( ZmqSocketType socketType ) : NetMQ.zmq.SocketBase
CreateMonitorSocket ( [ endpoint ) : NetMQMonitor
CreatePairSocket ( ) : PairSocket
CreatePublisherSocket ( ) : PublisherSocket
CreatePullSocket ( ) : PullSocket
CreatePushSocket ( ) : PushSocket
CreateRequestSocket ( ) : RequestSocket
CreateResponseSocket ( ) : ResponseSocket
CreateRouterSocket ( ) : RouterSocket
CreateSocket ( ZmqSocketType socketType ) : NetMQSocket
CreateStreamSocket ( ) : NetMQ.Sockets.StreamSocket
CreateSubscriberSocket ( ) : SubscriberSocket
CreateXPublisherSocket ( ) : XPublisherSocket
CreateXSubscriberSocket ( ) : XSubscriberSocket
NetMQContext ( [ ctx ) : System

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

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

Close (or terminate) this context.
public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

Close (or terminate) this context.
protected Dispose ( bool disposing ) : void
disposing bool true if releasing managed resources
Результат void

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

Close (terminate) this context.
May be safely called even if already terminated. This must not be called on a context that is already closed otherwise an ObjectDisposedException is thrown.
public Terminate ( ) : void
Результат void