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

send_getNoteSearchText() public method

public send_getNoteSearchText ( AsyncCallback callback, object state, string authenticationToken, string guid, bool noteOnly, bool tokenizeForIndexing ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
guid string
noteOnly bool
tokenizeForIndexing bool
return IAsyncResult
      public IAsyncResult send_getNoteSearchText(AsyncCallback callback, object state, string authenticationToken, string guid, bool noteOnly, bool tokenizeForIndexing)
      #else

Same methods

NoteStore.Client::send_getNoteSearchText ( string authenticationToken, string guid, bool noteOnly, bool tokenizeForIndexing ) : void
NoteStore.Client