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

send_updateNotebook() public method

public send_updateNotebook ( AsyncCallback callback, object state, string authenticationToken, Evernote notebook ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
notebook Evernote
return IAsyncResult
      public IAsyncResult send_updateNotebook(AsyncCallback callback, object state, string authenticationToken, Evernote.EDAM.Type.Notebook notebook)
      #else

Same methods

NoteStore.Client::send_updateNotebook ( string authenticationToken, Evernote notebook ) : void
NoteStore.Client