C# Class IAsyncResultExample.ResourceDownloader03

Inheritance: IResourceDownloader
Datei anzeigen Open project: drmohundro/presentations

Public Methods

Method Description
BeginDownload ( string resourcePath, AsyncCallback callback, AsyncData asyncData ) : IAsyncResult
EndDownload ( IAsyncResult iar ) : byte[]

Method Details

BeginDownload() public method

public BeginDownload ( string resourcePath, AsyncCallback callback, AsyncData asyncData ) : IAsyncResult
resourcePath string
callback AsyncCallback
asyncData AsyncData
return IAsyncResult

EndDownload() public method

public EndDownload ( IAsyncResult iar ) : byte[]
iar IAsyncResult
return byte[]