MKMapSnapshotCompletionHandler Délégué
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 null
le cas, une erreur s’est produite avec la demande.