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

send_listTagsByNotebook() public method

public send_listTagsByNotebook ( AsyncCallback callback, object state, string authenticationToken, string notebookGuid ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
notebookGuid string
return IAsyncResult
      public IAsyncResult send_listTagsByNotebook(AsyncCallback callback, object state, string authenticationToken, string notebookGuid)
      #else

Same methods

NoteStore.Client::send_listTagsByNotebook ( string authenticationToken, string notebookGuid ) : void
NoteStore.Client