Evernote.EDAM.NoteStore.NoteStore.Client.End_expungeInactiveNotes C# (CSharp) 메소드

End_expungeInactiveNotes() 공개 메소드

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