C# Class ServiceWrapper.ServiceProviderLoader

Show file Open project: e-travel/Service-Wrapper Class Usage Examples

Public Methods

Method Description
Load ( string name, string path ) : void
Release ( int maxRetries = 3 ) : bool

Private Methods

Method Description
ResolvePath ( string path ) : string

Method Details

Load() public method

public Load ( string name, string path ) : void
name string
path string
return void

Release() public method

public Release ( int maxRetries = 3 ) : bool
maxRetries int
return bool