Close Method  
 

Close the storage container.

Syntax

object.Close

Parameters

None.

Return Value

A value of True is returned if the storage container was opened. Otherwise, a value of False is returned and the LastError property will return the specific cause of the failure.

Remarks

The Close method should be called after all operations using the storage container have completed. The access token granted to the application will be released and the memory allocated for the session cache will be freed.

See Also

Open Method, Reset Method