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

End_storeUpdateProfileAttribute() public method

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