C# Class Dev2.Studio.Core.Helpers.LatestWebGetter

Inheritance: ILatestGetter, IDisposable
显示文件 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

GetLatest ( string uri, string filePath ) : void
LatestWebGetter ( ) : System
LatestWebGetter ( IDev2WebClient webClient ) : System

Private Methods

Method Description
RaiseInvoked ( ) : void

Method Details

Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void

GetLatest() public method

public GetLatest ( string uri, string filePath ) : void
uri string
filePath string
return void

LatestWebGetter() public method

public LatestWebGetter ( ) : System
return System

LatestWebGetter() public method

public LatestWebGetter ( IDev2WebClient webClient ) : System
webClient IDev2WebClient
return System