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

send_findNotes() public method

public send_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 send_findNotes(AsyncCallback callback, object state, string authenticationToken, NoteFilter filter, int offset, int maxNotes)
      #else

Same methods

NoteStore.Client::send_findNotes ( string authenticationToken, NoteFilter filter, int offset, int maxNotes ) : void
NoteStore.Client