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, IntPtr, CMStepUpdateHandler).
public delegate void CMStepUpdateHandler(IntPtr numberOfSteps, NSDate timestamp, NSError? error);
type CMStepUpdateHandler = delegate of nativeint * NSDate * NSError -> unit
Parameters
- numberOfSteps
-
IntPtr
nativeint
- timestamp
- NSDate
- error
- NSError