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

Begin_copyNote() public method

public Begin_copyNote ( AsyncCallback callback, object state, string authenticationToken, string noteGuid, string toNotebookGuid ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
noteGuid string
toNotebookGuid string
return IAsyncResult
      public IAsyncResult Begin_copyNote(AsyncCallback callback, object state, string authenticationToken, string noteGuid, string toNotebookGuid)
      {
        return send_copyNote(callback, state, authenticationToken, noteGuid, toNotebookGuid);
      }
NoteStore.Client