LINE.Datatypes.TalkService.Client.End_sendContentReceipt C# (CSharp) Method

End_sendContentReceipt() public method

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