[ Previous ] [ Contents ] [ Index ] [ Next ]

ns_unregister_proc

Overview

Unregister a procedure for a URL

Syntax

ns_unregister_proc ?-noinherit? method URL

Description

ns_unregister_proc unregisters any Tcl or C functions registered with this method/URL combination and with the same inheritance setting. That is, if the -noinherit flag is specified in ns_unregister_proc, the function registered with the -noinherit flag in ns_register_proc (or the NS_OP_NOINHERIT flag in Ns_RegisterRequest) will be unregistered. If -noinherit is omitted, the function registered without the -noinherit flag (or the NS_OP_NOINHERIT flag) will be unregistered.

See Also

Ns_RegisterRequest (C API), Ns_UnRegisterRequest (C API)

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1998-99 America Online, Inc.