C# Class NetMQ.NetMQConfig

显示文件 Open project: NetMQ/NetMQ3-x

Private Properties

Property Type Description
NetMQConfig System

Public Methods

Method Description
Cleanup ( bool block = true ) : void

Cleanup library resources, call this method when your process is shutting-down.

Private Methods

Method Description
NetMQConfig ( ) : System

Method Details

Cleanup() public static method

Cleanup library resources, call this method when your process is shutting-down.
public static Cleanup ( bool block = true ) : void
block bool Set to true when you want to make sure sockets send all pending messages
return void