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

End_updateProfileAttribute() public method

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