MonobjcMonobjc Documented Class Library
CancelPreviousPerformRequestsWithTarget Method (aTarget)
NamespacesMonobjc.FoundationNSObjectCancelPreviousPerformRequestsWithTarget(Id)

Cancels perform requests previously registered with the performSelector:withObject:afterDelay: instance method.

Original signature is '+ (void)cancelPreviousPerformRequestsWithTarget:(id)aTarget'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static void CancelPreviousPerformRequestsWithTarget(
	Id aTarget
)
Public Shared Sub CancelPreviousPerformRequestsWithTarget ( _
	aTarget As Id _
)
public:
static void CancelPreviousPerformRequestsWithTarget(
	Id^ aTarget
)
Parameters
aTarget (Id)
The target for requests previously registered with the performSelector:withObject:afterDelay: instance method.
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.Foundation (Module: Monobjc.Foundation)