Description:
Close Windows Azure Storage connection.
Syntax:
was_close(fd)
Note:
External library function (See External Library Guide).
The function closes the WAS connection and releases resources.
Parameter:
fd |
WAS connection object |
Example:
|
A |
|
1 |
=was_open("mywas","MSU4nLvFd+uYaFw8EtB2GzJ8e==","core.windows.net","https") |
Create a WAS connection. |
2 |
>was_close(A1) |
Close the WAS connection. |