Method | Description | |
---|---|---|
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. |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Close (or terminate) this context.
|
Method | Description | |
---|---|---|
Create ( ) : |
||
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 |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if releasing managed resources |
return | void |