Evernote.EDAM.NoteStore.NoteStore.Client.send_listNoteVersions C# (CSharp) Méthode

send_listNoteVersions() public méthode

public send_listNoteVersions ( AsyncCallback callback, object state, string authenticationToken, string noteGuid ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
noteGuid string
Résultat IAsyncResult
      public IAsyncResult send_listNoteVersions(AsyncCallback callback, object state, string authenticationToken, string noteGuid)
      #else

Same methods

NoteStore.Client::send_listNoteVersions ( string authenticationToken, string noteGuid ) : void
NoteStore.Client