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

Begin_listTagsByNotebook() public method

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