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

Begin_updateNotebook() public method

public Begin_updateNotebook ( AsyncCallback callback, object state, string authenticationToken, Evernote notebook ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
notebook Evernote
return IAsyncResult
      public IAsyncResult Begin_updateNotebook(AsyncCallback callback, object state, string authenticationToken, Evernote.EDAM.Type.Notebook notebook)
      {
        return send_updateNotebook(callback, state, authenticationToken, notebook);
      }
NoteStore.Client