C# Class Microsoft.AspNet.SignalR.DefaultDependencyResolver

Inheritance: IDependencyResolver
Afficher le fichier Open project: SignalR/SignalR Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetService ( Type serviceType ) : object
GetServices ( Type serviceType ) : IEnumerable
Register ( Type serviceType, Func activator ) : void
Register ( Type serviceType, IEnumerable activators ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
DefaultDependencyResolver ( ) : System
RegisterDefaultServices ( ) : void
RegisterHubExtensions ( ) : void
Track ( Func creator ) : object

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetService() public méthode

public GetService ( Type serviceType ) : object
serviceType System.Type
Résultat object

GetServices() public méthode

public GetServices ( Type serviceType ) : IEnumerable
serviceType System.Type
Résultat IEnumerable

Register() public méthode

public Register ( Type serviceType, Func activator ) : void
serviceType System.Type
activator Func
Résultat void

Register() public méthode

public Register ( Type serviceType, IEnumerable activators ) : void
serviceType System.Type
activators IEnumerable
Résultat void