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

End_listTags() public method

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