Partager via


MKMapSnapshotCompletionHandler Délégué

Définition

Gestionnaire d’achèvement pour StartAsync(DispatchQueue).

public delegate void MKMapSnapshotCompletionHandler(MKMapSnapshot snapshot, NSError error);
type MKMapSnapshotCompletionHandler = delegate of MKMapSnapshot * NSError -> unit

Paramètres

snapshot
MKMapSnapshot

Le nouvellement créé MKMapSnapshot

error
NSError

Si ce n’est pas nullle cas, une erreur s’est produite avec la demande.

S’applique à