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

End_updateProfile() public method

public End_updateProfile ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void
      public void End_updateProfile(IAsyncResult asyncResult)
      {
        oprot_.Transport.EndFlush(asyncResult);
        recv_updateProfile();
      }
TalkService.Client