MonobjcMonobjc Documented Class Library
BeginLoadingImageDataForClient Method (client)
NamespacesMonobjc.AddressBookABPersonBeginLoadingImageDataForClient(IABImageClient)

Starts an asynchronous fetch for image data in all locations

Original signature is '- (NSInteger)beginLoadingImageDataForClient:(id <ABImageClient>)client'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSInteger BeginLoadingImageDataForClient(
	IABImageClient client
)
Public Overridable Function BeginLoadingImageDataForClient ( _
	client As IABImageClient _
) As NSInteger
public:
virtual NSInteger BeginLoadingImageDataForClient(
	IABImageClient^ client
)
Parameters
client (IABImageClient)
The object to be notified when the image finishes loading.
Return Value
A nonzero tag for tracking. This tag is used by the cancelLoadingImageDataForTag: method to cancel a fetch operation.
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)