MonobjcMonobjc Documented Class Library
CancelLoadingImageDataForTag Method (tag)
NamespacesMonobjc.AddressBookABPersonCancelLoadingImageDataForTag(NSInteger)

Cancels an asynchronous fetch of the images for a given tag.

Original signature is '+ (void)cancelLoadingImageDataForTag:(NSInteger)tag'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static void CancelLoadingImageDataForTag(
	NSInteger tag
)
Public Shared Sub CancelLoadingImageDataForTag ( _
	tag As NSInteger _
)
public:
static void CancelLoadingImageDataForTag(
	NSInteger tag
)
Parameters
tag (NSInteger)
The tag of the asynchronous fetch to be canceled.
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.AddressBook (Module: Monobjc.AddressBook)