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

End_expungeNotes() public method

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