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

send_copyNote() public method

public send_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 send_copyNote(AsyncCallback callback, object state, string authenticationToken, string noteGuid, string toNotebookGuid)
      #else

Same methods

NoteStore.Client::send_copyNote ( string authenticationToken, string noteGuid, string toNotebookGuid ) : void
NoteStore.Client