Evernote.EDAM.NoteStore.NoteStore.Client.Begin_listTagsByNotebook C# (CSharp) Метод

Begin_listTagsByNotebook() публичный Метод

public Begin_listTagsByNotebook ( AsyncCallback callback, object state, string authenticationToken, string notebookGuid ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
notebookGuid string
Результат IAsyncResult
      public IAsyncResult Begin_listTagsByNotebook(AsyncCallback callback, object state, string authenticationToken, string notebookGuid)
      {
        return send_listTagsByNotebook(callback, state, authenticationToken, notebookGuid);
      }
NoteStore.Client