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

End_expungeLinkedNotebook() public method

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