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

Begin_listNotebooks() public method

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