Forum Discussion

Azam89_157500's avatar
Azam89_157500
Icon for Nimbostratus rankNimbostratus
Dec 30, 2014

Is there something like deinitialize ?

i use powershll icontrolsnapin for querying any node/pool info for that i need to initialize the connection to f5 LTM.

 

Is there anything like de-initialize [closing my connection] after the work done.Or by default it will close by itself. I dont want to keep my connection open even after my work.

 

1 Reply

  • Hi Azam89, there is no need to close the connection, the payload from the code is sent via soap/xml on an https connection, so the connection is cleaned up after the task is complete.