C# Class iOS.AsyncExtrasController

Inheritance: UIViewController
Afficher le fichier Open project: xamarin/mobile-samples

Méthodes publiques

Méthode Description
AsyncExtrasController ( IntPtr handle ) : System
DidReceiveMemoryWarning ( ) : void
ViewDidLoad ( ) : void

Private Methods

Méthode Description
CancelDownloadsHandler ( object sender, EventArgs e ) : void
CreateTaskForEachFileToDownload ( ) : List>
GetBytes ( string url, CancellationToken cancelToken, IProgress progressIndicator ) : Task
InitializeViews ( ) : void
StartDownloadsHandler ( object sender, EventArgs e ) : void

Method Details

AsyncExtrasController() public méthode

public AsyncExtrasController ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

DidReceiveMemoryWarning() public méthode

public DidReceiveMemoryWarning ( ) : void
Résultat void

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void