C# Class NServiceBus.DelayedRetriesHeaderExtensions

Show file Open project: Particular/NServiceBus

Public Methods

Method Description
GetDelayedDeliveriesPerformed ( this message ) : int
SetCurrentDelayedDeliveries ( this message, int currentDelayedRetry ) : void
SetDelayedDeliveryTimestamp ( this message, System.DateTime timestamp ) : void

Method Details

GetDelayedDeliveriesPerformed() public static method

public static GetDelayedDeliveriesPerformed ( this message ) : int
message this
return int

SetCurrentDelayedDeliveries() public static method

public static SetCurrentDelayedDeliveries ( this message, int currentDelayedRetry ) : void
message this
currentDelayedRetry int
return void

SetDelayedDeliveryTimestamp() public static method

public static SetDelayedDeliveryTimestamp ( this message, System.DateTime timestamp ) : void
message this
timestamp System.DateTime
return void