C# Class DotNetWorkQueue.Transport.Redis.Basic.Factory.UnixTimeFactory

Creates new instances of IUnixTime
Inheritance: IUnixTimeFactory
Afficher le fichier Open project: blehnen/DotNetWorkQueue

Méthodes publiques

Méthode Description
Create ( ) : IUnixTime

Returns an instance of IUnixTime

UnixTimeFactory ( IContainerFactory container, RedisQueueTransportOptions options ) : DotNetWorkQueue.Exceptions

Initializes a new instance of the UnixTimeFactory class.

Method Details

Create() public méthode

Returns an instance of IUnixTime
public Create ( ) : IUnixTime
Résultat IUnixTime

UnixTimeFactory() public méthode

Initializes a new instance of the UnixTimeFactory class.
public UnixTimeFactory ( IContainerFactory container, RedisQueueTransportOptions options ) : DotNetWorkQueue.Exceptions
container IContainerFactory The container.
options RedisQueueTransportOptions The options.
Résultat DotNetWorkQueue.Exceptions