CMStepUpdateHandler 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.
Délégué utilisé avec StartStepCountingUpdates(NSOperationQueue, nint, CMStepUpdateHandler).
public delegate void CMStepUpdateHandler(nint numberOfSteps, NSDate timestamp, NSError error);
type CMStepUpdateHandler = delegate of nint * NSDate * NSError -> unit
Paramètres
- numberOfSteps
- System.System.IntPtr System.nativeint
- timestamp
- NSDate
- error
- NSError