C# Class ActiveMQ.Util.EventSemaphore

Mostra file Open project: ThorTech/apache-nms

Public Methods

Method Description
PulseAll ( ) : void
Wait ( ) : void
Wait ( System.TimeSpan timeout ) : void

Method Details

PulseAll() public method

public PulseAll ( ) : void
return void

Wait() public method

public Wait ( ) : void
return void

Wait() public method

public Wait ( System.TimeSpan timeout ) : void
timeout System.TimeSpan
return void