C# Class Stratosphere.Queue.DelayedQueue

Inheritance: IQueue
显示文件 Open project: petrohi/Stratosphere Class Usage Examples

Public Methods

Method Description
DelayedQueue ( IQueue queue, int delayMilliseconds ) : System.Collections.Generic
Delete ( ) : void
Receive ( int maximumCount ) : IEnumerable
Send ( string message ) : void

Private Methods

Method Description
Delay ( ) : void

Method Details

DelayedQueue() public method

public DelayedQueue ( IQueue queue, int delayMilliseconds ) : System.Collections.Generic
queue IQueue
delayMilliseconds int
return System.Collections.Generic

Delete() public method

public Delete ( ) : void
return void

Receive() public method

public Receive ( int maximumCount ) : IEnumerable
maximumCount int
return IEnumerable

Send() public method

public Send ( string message ) : void
message string
return void