[Home] Type ZeroMQ.ZeroMQContext


ZeroMQ application context. This class is thread-safe, just like its underlying native backend.

Type Description

type ZeroMQContext

Interfaces

Type
System.IDisposable

Constructors

MemberDescription
new ZeroMQContext (io_threads)
io_threads: int
returns : ZeroMQContext

Instance Members

MemberDescription
zeroMQContext.Handle : nativeint
The native handle for the context.

zeroMQContext.Terminate ()
Terminate the application context. This is also called automatically when the object is disposed or finalized. The context becomes unusable after the first successful call to this method, but it doesn't hurt to call the method again.
returns : unit

Static Members

MemberDescription
ZeroMQContext.Version : int * int * int
The library version.

See Also

ZeroMQ


Documentation for assembly ZeroMQ, version 1.0.4999.0, generated using the F# Programming Power Pack