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

End_listTagsByNotebook() public method

public End_listTagsByNotebook ( IAsyncResult asyncResult ) : List
asyncResult IAsyncResult
return List
      public List<Evernote.EDAM.Type.Tag> End_listTagsByNotebook(IAsyncResult asyncResult)
      {
        oprot_.Transport.EndFlush(asyncResult);
        return recv_listTagsByNotebook();
      }
NoteStore.Client