C# Class DotNetWorkQueue.Factory.RpcTimeoutFactory

Creates new instances of IRpcTimeout
Inheritance: IRpcTimeoutFactory
Afficher le fichier Open project: blehnen/DotNetWorkQueue

Méthodes publiques

Méthode Description
Create ( System.TimeSpan timeout ) : IRpcTimeout

Creates new instances of IRpcTimeout

Method Details

Create() public méthode

Creates new instances of IRpcTimeout
public Create ( System.TimeSpan timeout ) : IRpcTimeout
timeout System.TimeSpan The timeout.
Résultat IRpcTimeout