C# Class DotNetWorkQueue.Factory.ResponseIdFactory

Creates new instances of IResponseId
Inheritance: IResponseIdFactory
ファイルを表示 Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
Create ( IMessageId messageId, System.TimeSpan timeOut ) : IResponseId

Creates a new instance of IResponseId

Method Details

Create() public method

Creates a new instance of IResponseId
public Create ( IMessageId messageId, System.TimeSpan timeOut ) : IResponseId
messageId IMessageId The message identifier.
timeOut System.TimeSpan The time out.
return IResponseId