LineSharp.Datatypes.TalkService.Client.End_commitUpdateProfile C# (CSharp) Method

End_commitUpdateProfile() public method

public End_commitUpdateProfile ( IAsyncResult asyncResult ) : string>.Dictionary
asyncResult IAsyncResult
return string>.Dictionary
      public Dictionary<string, string> End_commitUpdateProfile(IAsyncResult asyncResult)
      {
        oprot_.Transport.EndFlush(asyncResult);
        return recv_commitUpdateProfile();
      }
TalkService.Client