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

End_expungeInactiveNotes() public method

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