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

Inheritance: IDisposable
Show file Open project: taliesins/talifun-commander

Public Methods

Method Description
Dispose ( ) : void
ServiceInstance ( string name, string subscriptionServiceUri, Action configurator ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

ServiceInstance() public method

public ServiceInstance ( string name, string subscriptionServiceUri, Action configurator ) : System
name string
subscriptionServiceUri string
configurator Action
return System