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

Begin_listSearches() public method

public Begin_listSearches ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
return IAsyncResult
      public IAsyncResult Begin_listSearches(AsyncCallback callback, object state, string authenticationToken)
      {
        return send_listSearches(callback, state, authenticationToken);
      }
NoteStore.Client