C# Class DotNetWorkQueue.Messages.ResponseId

The response ID for an RPC message
Inheritance: IResponseId
Show file Open project: blehnen/DotNetWorkQueue

Public Methods

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

Initializes a new instance of the ResponseId class.

Method Details

ResponseId() public method

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.
return System