CMStepUpdateHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The delegate used with StartStepCountingUpdates(NSOperationQueue, nint, CMStepUpdateHandler).
public delegate void CMStepUpdateHandler(nint numberOfSteps, NSDate timestamp, NSError error);
type CMStepUpdateHandler = delegate of nint * NSDate * NSError -> unit
Parameters
- numberOfSteps
- System.System.IntPtr System.nativeint
- timestamp
- NSDate
- error
- NSError