C# Class NetMQ.NetMQConfig

Afficher le fichier Open project: NetMQ/NetMQ3-x

Private Properties

Свойство Type Description
NetMQConfig System

Méthodes publiques

Méthode Description
Cleanup ( bool block = true ) : void

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

Private Methods

Méthode Description
NetMQConfig ( ) : System

Method Details

Cleanup() public static méthode

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
Résultat void