C# Class NetMQ.Tests.NetMqSocketHelper

显示文件 Open project: somdoron/netmq

Public Properties

Property Type Description
Counter long

Public Methods

Method Description
Unbind ( this sub ) : void

Unbind the socket from last endpoint and wait until the underlaying socket was unbound and disposed. It will also dispose the NetMQSocket

Method Details

Unbind() public static method

Unbind the socket from last endpoint and wait until the underlaying socket was unbound and disposed. It will also dispose the NetMQSocket
public static Unbind ( this sub ) : void
sub this
return void

Property Details

Counter public_oe static_oe property

public static long Counter
return long