Evernote.EDAM.NoteStore.NoteStore.Client.send_copyNote C# (CSharp) 메소드

send_copyNote() 공개 메소드

public send_copyNote ( AsyncCallback callback, object state, string authenticationToken, string noteGuid, string toNotebookGuid ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
noteGuid string
toNotebookGuid string
리턴 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