DataServiceCollection<T>.LoadAsync Method

Include Protected Members
Include Inherited Members

Asynchronously loads items into the collection.

Supported only by the WCF Data Services 5.0 client for Silverlight.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method LoadAsync() Asynchronously loads items into the collection, when it represents the navigation property of an entity.Supported only by the WCF Data Services 5.0 client for Silverlight.
Public method LoadAsync(IQueryable<T>) Asynchronously loads the collection by executing a DataServiceQuery<TElement>.Supported only by the WCF Data Services 5.0 client for Silverlight.
Public method LoadAsync(Uri)

Top

See Also

Reference

DataServiceCollection<T> Class

System.Data.Services.Client Namespace