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

End_expungeSearch() public method

public End_expungeSearch ( IAsyncResult asyncResult ) : int
asyncResult IAsyncResult
return int
      public int End_expungeSearch(IAsyncResult asyncResult)
      {
        oprot_.Transport.EndFlush(asyncResult);
        return recv_expungeSearch();
      }
NoteStore.Client