CoreFoundationLibrary.__CFRunLoopTimer |
CoreFoundationLibrary.CFRunLoopTimerCreate(CoreFoundationLibrary.__CFAllocator allocator,
double fireDate,
double interval,
NativeLong flags,
NativeLong order,
CoreFoundationLibrary.CFRunLoopTimerCallBack callout,
CFRunLoopTimerContext context)
Original signature : CFRunLoopTimerRef CFRunLoopTimerCreate(CFAllocatorRef, CFAbsoluteTime, CFTimeInterval, CFOptionFlags, CFIndex, CFRunLoopTimerCallBack, CFRunLoopTimerContext*)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFRunLoop.h:157 |