C# Class DotNetWorkQueue.Messages.ResponseId

The response ID for an RPC message
Inheritance: IResponseId
Afficher le fichier Open project: blehnen/DotNetWorkQueue

Méthodes publiques

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

Initializes a new instance of the ResponseId class.

Method Details

ResponseId() public méthode

Initializes a new instance of the ResponseId class.
public ResponseId ( IMessageId messageId, System.TimeSpan timeOut ) : System
messageId IMessageId The identifier.
timeOut System.TimeSpan The time out.
Résultat System