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

Begin_findNotes() public method

public Begin_findNotes ( AsyncCallback callback, object state, string authenticationToken, NoteFilter filter, int offset, int maxNotes ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
filter NoteFilter
offset int
maxNotes int
return IAsyncResult
      public IAsyncResult Begin_findNotes(AsyncCallback callback, object state, string authenticationToken, NoteFilter filter, int offset, int maxNotes)
      {
        return send_findNotes(callback, state, authenticationToken, filter, offset, maxNotes);
      }
NoteStore.Client