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

Begin_listTagsByNotebook() public méthode

public Begin_listTagsByNotebook ( AsyncCallback callback, object state, string authenticationToken, string notebookGuid ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
notebookGuid string
Résultat IAsyncResult
      public IAsyncResult Begin_listTagsByNotebook(AsyncCallback callback, object state, string authenticationToken, string notebookGuid)
      {
        return send_listTagsByNotebook(callback, state, authenticationToken, notebookGuid);
      }
NoteStore.Client