C# Class WP8.Async.Helpers.ContacsExtensions

Exibir arquivo Open project: tpetrina/wp8-helpers

Public Methods

Method Description
SearchTaskAsync ( this contacts, string filter, FilterKind filterKind, object state ) : Task

Asynchronously searches for contacts in the user’s contact data.

Method Details

SearchTaskAsync() public static method

Asynchronously searches for contacts in the user’s contact data.
public static SearchTaskAsync ( this contacts, string filter, FilterKind filterKind, object state ) : Task
contacts this The contacts which will be searched.
filter string The filter to use to search for contacts.
filterKind FilterKind The kind of filter to use when searching for contacts.
state object A user-defined object that contains information about the operation.
return Task