C# Class NServiceBus.TimeToBeReceivedAttribute

Inheritance: System.Attribute
Show file Open project: Particular/NServiceBus

Public Methods

Method Description
TimeToBeReceivedAttribute ( string timeSpan ) : System

Sets the time to be received.

Method Details

TimeToBeReceivedAttribute() public method

Sets the time to be received.
public TimeToBeReceivedAttribute ( string timeSpan ) : System
timeSpan string A timeSpan that can be interpreted by .
return System