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

Begin_updateNote() public method

public Begin_updateNote ( AsyncCallback callback, object state, string authenticationToken, Evernote note ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
note Evernote
return IAsyncResult
      public IAsyncResult Begin_updateNote(AsyncCallback callback, object state, string authenticationToken, Evernote.EDAM.Type.Note note)
      {
        return send_updateNote(callback, state, authenticationToken, note);
      }
NoteStore.Client