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

Afficher le fichier Open project: machine/machine.mta

Méthodes publiques

Méthode 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 méthode

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

ToAmqpTimestamp() public static méthode

public static ToAmqpTimestamp ( this dateTime ) : RabbitMQ.Client.AmqpTimestamp
dateTime this
Résultat RabbitMQ.Client.AmqpTimestamp

ToDateTime() public static méthode

public static ToDateTime ( this timestamp ) : System.DateTime
timestamp this
Résultat System.DateTime