C# Class DotNetWorkQueue.Factory.ResponseIdFactory

Creates new instances of IResponseId
Inheritance: IResponseIdFactory
Afficher le fichier Open project: blehnen/DotNetWorkQueue

Méthodes publiques

Méthode Description
Create ( IMessageId messageId, System.TimeSpan timeOut ) : IResponseId

Creates a new instance of IResponseId

Method Details

Create() public méthode

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.
Résultat IResponseId