MonobjcMonobjc Documented Class Library
LoadResourceDataNotifyingClientUsingCache Method (client, shouldUseCache)
NamespacesMonobjc.FoundationNSURLLoadResourceDataNotifyingClientUsingCache(Id, Boolean)

Loads the receiver’s resource data in the background. (Deprecated in Mac OS X v10.4.)

Original signature is '- (void)loadResourceDataNotifyingClient:(id)client usingCache:(BOOL)shouldUseCache'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Deprecated in Mac OS X v10.4.")]
public virtual void LoadResourceDataNotifyingClientUsingCache(
	Id client,
	bool shouldUseCache
)
<ObsoleteAttribute("Deprecated in Mac OS X v10.4.")> _
Public Overridable Sub LoadResourceDataNotifyingClientUsingCache ( _
	client As Id, _
	shouldUseCache As Boolean _
)
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.4.")]
public:
virtual void LoadResourceDataNotifyingClientUsingCache(
	Id^ client, 
	bool shouldUseCache
)
Parameters
client (Id)
The client of the loading operation. client is notified of the receiver’s progress loading the resource data using the NSURLClient informal protocol. The NSURLClient messages are delivered on the current thread and require the run loop to be running.
shouldUseCache (Boolean)
Whether the URL should use cached resource data from an already loaded URL that refers to the same resource. If YES, the cache is consulted when loading data. If NO, the data is always loaded directly, without consulting the cache.
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)