C# 클래스 NetMQ.NetMQConfig

파일 보기 프로젝트 열기: NetMQ/NetMQ3-x

Private Properties

프로퍼티 타입 설명
NetMQConfig System

공개 메소드들

메소드 설명
Cleanup ( bool block = true ) : void

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

비공개 메소드들

메소드 설명
NetMQConfig ( ) : System

메소드 상세

Cleanup() 공개 정적인 메소드

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
리턴 void