Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation
 

Related Documentation

 

close() Function (jcs Namespace)

Namespaces

http://xml.juniper.net/junos/commit-scripts/1.0

SLAX Syntax

var $results = jcs:close(connection);

XSLT Syntax

<xsl:variable name="results" select="jcs:close(connection)"/>

Release Information

Function introduced in Junos OS Release 9.3.

Description

Close a previously opened connection handle.

Parameters

connection

Connection handle generated by a call to the jcs:open() function.

Usage Examples

The following example closes the connection handle $connection, which was originally generated by a call to the jcs:open() function:

var $connection = jcs:open();
...
var $result = jcs:close($connection);
 

Related Documentation

 

Published: 2013-03-05

 

Related Documentation

 

Published: 2013-03-05