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

Begin_updateLinkedNotebook() public method

public Begin_updateLinkedNotebook ( AsyncCallback callback, object state, string authenticationToken, Evernote linkedNotebook ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
linkedNotebook Evernote
return IAsyncResult
      public IAsyncResult Begin_updateLinkedNotebook(AsyncCallback callback, object state, string authenticationToken, Evernote.EDAM.Type.LinkedNotebook linkedNotebook)
      {
        return send_updateLinkedNotebook(callback, state, authenticationToken, linkedNotebook);
      }
NoteStore.Client