MonobjcMonobjc Documented Class Library
StartPeriodicEventsAfterDelayWithPeriod Method (delaySeconds, periodSeconds)
NamespacesMonobjc.AppKitNSEventStartPeriodicEventsAfterDelayWithPeriod(Double, Double)

Begins generating periodic events for the current thread.

Original signature is '+ (void)startPeriodicEventsAfterDelay:(NSTimeInterval)delaySeconds withPeriod:(NSTimeInterval)periodSeconds'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static void StartPeriodicEventsAfterDelayWithPeriod(
	double delaySeconds,
	double periodSeconds
)
Public Shared Sub StartPeriodicEventsAfterDelayWithPeriod ( _
	delaySeconds As Double, _
	periodSeconds As Double _
)
public:
static void StartPeriodicEventsAfterDelayWithPeriod(
	double delaySeconds, 
	double periodSeconds
)
Parameters
delaySeconds (Double)
The number of seconds that NSEvent should wait before beginning to generate periodic events.
periodSeconds (Double)
The period in seconds between the generated events.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)