Help Files
Connection Management
Establishes a connection to GlobalView servers

Syntax

c = gvconnect(user,pass)

Description

c = gvconnect(user,pass) takes your username and password and returns an object that will maintain a connection to GlobalView servers.

Tips

The actual connection will happen asynchronously. If you get disconnected the object will automatically reconnect.

In case you want to break the connection manually call the object's Dispose method.