MonobjcMonobjc Documented Class Library
CancelPerformSelectorTargetArgument Method (aSelector, target, anArgument)
NamespacesMonobjc.FoundationNSRunLoopCancelPerformSelectorTargetArgument(IntPtr, Id, Id)

Cancels the sending of a previously scheduled message.

Original signature is '- (void)cancelPerformSelector:(SEL)aSelector target:(id)target argument:(id)anArgument'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void CancelPerformSelectorTargetArgument(
	IntPtr aSelector,
	Id target,
	Id anArgument
)
Public Overridable Sub CancelPerformSelectorTargetArgument ( _
	aSelector As IntPtr, _
	target As Id, _
	anArgument As Id _
)
public:
virtual void CancelPerformSelectorTargetArgument(
	IntPtr aSelector, 
	Id^ target, 
	Id^ anArgument
)
Parameters
aSelector (IntPtr)
The previously-specified selector.
target (Id)
The previously-specified target.
anArgument (Id)
The previously-specified argument.
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)