PreviousNext

Continuing

The client now goes on about its business, which may include performing other remote procedure calls.

Note that there is no housekeeping burden placed on the client with regard to the termination of the relationship with a server. However, a long-lived client might want to make use of the rpc_binding_free( ) routine to free memory that was allocated for no-longer-used handles. The client should also call rpc_ns_binding_import_done( ) to clean up the resources used by the NSI routines. If another binding handle will be needed later on, then rpc_ns_binding_import_begin( ) will be recalled.