I am adding a team member using .net Dropbox.Api class library.
I could not figure a way to get IsSuccess or IsUserAlreadyOnTeam properties after MembersAddAsync is called. Since MembersAddAsync method returns the Task type, the only information I can got from the call is IsComplete.
How is it possible to determine if adding a member operation was succesful?