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

Begin_getNoteSearchText() public method

public Begin_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 Begin_getNoteSearchText(AsyncCallback callback, object state, string authenticationToken, string guid, bool noteOnly, bool tokenizeForIndexing)
      {
        return send_getNoteSearchText(callback, state, authenticationToken, guid, noteOnly, tokenizeForIndexing);
      }
NoteStore.Client