C# Class Talifun.Commander.Command.Esb.ServiceInstance

Inheritance: IDisposable
Afficher le fichier Open project: taliesins/talifun-commander

Méthodes publiques

Méthode Description
Dispose ( ) : void
ServiceInstance ( string name, string subscriptionServiceUri, Action configurator ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

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

ServiceInstance() public méthode

public ServiceInstance ( string name, string subscriptionServiceUri, Action configurator ) : System
name string
subscriptionServiceUri string
configurator Action
Résultat System