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

End_expungeNote() public method

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