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

End_expungeSharedNotebooks() public method

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