swirl
Guide to OmniMark 9   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesLegacy LibrariesErrors
 
    Other Library Functions  
function  

tcp-destroy-service

 
 

Library: TCP/IP client and server support (OMTCP legacy, OmniMark versions 6.0.2 - 7.0)
Include: omtcp.xin

Declaration

define external function tcp-destroy-service
 value tcp-service thisTCPService
 as TCPServiceClose


Purpose

Use tcp-destroy-service to explicitly close a TCP service object, effectively detaching the program from the TCP port.

Requirements

You must include the following line at the beginning of your OmniMark program:

  include "omtcp.xin"

Usage Notes

You can use tcp-destroy-service to destroy a sevice that has never been created or has already been destroyed.

Allowing the tcp-service variable to go out of scope has the same effect as using tcp-destroy-service.

No more client connection requests can be accepted once the connection is closed.

Example


  local tcp-service DemoService
  	. . .
  set DemoService to tcp-create-service at 5600
  	. . .
  tcp-destroy-service DemoService

      Other Library Functions
 
 

Top [ INDEX ] [ CONCEPTS ] [ TASKS ] [ SYNTAX ] [ LIBRARIES ] [ LEGACY LIBRARIES ] [ ERRORS ]

OmniMark 9.1.0 Documentation Generated: September 2, 2010 at 1:38:10 pm
If you have any comments about this section of the documentation, please use this form.

Copyright © Stilo International plc, 1988-2010.