int tsmStopReqTiles ( TsmHandle *tsmh )

Finish a batch of tile requests

Documentation

Finish a batch of tile requests.

N.B. this function is part of the old style server-centric interface to tsmApi. You should really start using the new leaner, cleaner, and sexier connection-based interface (see tsmConnect). This function is now just an emulation layer on top of the relevant connection-based function(s): tsmTileReqEnd.

tsmStopReqTiles is used to tell the tsmApi that you are finished compiling a list of tiles to be requested (e.g. with tsmReqTile). The list can then be transmitted to the server, if appropriate, so that the tiles can begin to be sent.

Once this function has been called, you can begin to read the incoming tiles using the tsmGetNextTile function.

Returns:
TRUE if operation successful, FALSE if an error occurred
Parameters:
tsmh - an open TSM session handle
See Also:
tsmGetNextTile, tsmStartReqTiles, tsmReqTile


TSMAPI_RELEASE 2.1 - Release Date: 2001/01/10 19:01:12

Back to tsmApi Home Page