C# Class NetMQ.Core.Utils.Signaler

Exibir arquivo Open project: somdoron/netmq

Private Properties

Property Type Description

Public Methods

Method Description
Close ( ) : void

Close the read and write sockets.

Recv ( ) : void
Send ( ) : void
Signaler ( ) : System.Diagnostics
WaitEvent ( int timeout ) : bool

Method Details

Close() public method

Close the read and write sockets.
public Close ( ) : void
return void

Recv() public method

public Recv ( ) : void
return void

Send() public method

public Send ( ) : void
return void

Signaler() public method

public Signaler ( ) : System.Diagnostics
return System.Diagnostics

WaitEvent() public method

public WaitEvent ( int timeout ) : bool
timeout int
return bool