was_open()

Read(184) Label: connect,

Description:

Connect to Windows Azure Storage service.

Syntax:

was_open(AccountName,AccountKey,EndpointSuffix,DefaultEndpointsProtocol)

Note:

External library function (See External Library Guide).

 

The function connects to the WAS service.

Parameter:

AccountName

Storage account name

AccountKey

Storage account access key

EndpointSuffix

Endpoint suffix

DefaultEndpointsProtocol

Transport endpoint protocol

Return value:

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.