C# Class NServiceBus.Unicast.Transport.RabbitMQ.ConsumerHelpers

Mostrar archivo Open project: machine/machine.mta

Public Methods

Method Description
Receive ( this consumer, System.TimeSpan to ) : RabbitMQ.Client.Events.BasicDeliverEventArgs
ToAmqpTimestamp ( this dateTime ) : RabbitMQ.Client.AmqpTimestamp
ToDateTime ( this timestamp ) : System.DateTime

Method Details

Receive() public static method

public static Receive ( this consumer, System.TimeSpan to ) : RabbitMQ.Client.Events.BasicDeliverEventArgs
consumer this
to System.TimeSpan
return RabbitMQ.Client.Events.BasicDeliverEventArgs

ToAmqpTimestamp() public static method

public static ToAmqpTimestamp ( this dateTime ) : RabbitMQ.Client.AmqpTimestamp
dateTime this
return RabbitMQ.Client.AmqpTimestamp

ToDateTime() public static method

public static ToDateTime ( this timestamp ) : System.DateTime
timestamp this
return System.DateTime