Evernote.EDAM.NoteStore.NoteStore.Client.Begin_findNoteCounts C# (CSharp) Method

Begin_findNoteCounts() public method

public Begin_findNoteCounts ( AsyncCallback callback, object state, string authenticationToken, NoteFilter filter, bool withTrash ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
filter NoteFilter
withTrash bool
return IAsyncResult
      public IAsyncResult Begin_findNoteCounts(AsyncCallback callback, object state, string authenticationToken, NoteFilter filter, bool withTrash)
      {
        return send_findNoteCounts(callback, state, authenticationToken, filter, withTrash);
      }
NoteStore.Client