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

send_findNoteCounts() public method

public send_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 send_findNoteCounts(AsyncCallback callback, object state, string authenticationToken, NoteFilter filter, bool withTrash)
      #else

Same methods

NoteStore.Client::send_findNoteCounts ( string authenticationToken, NoteFilter filter, bool withTrash ) : void
NoteStore.Client