[TIBCO.EMS .NET Admin client library 6.3 documentation]

Close connection to the server.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public void Close()
Public Sub Close
public:
void Close()

Remarks

After connection is closed the Admin object should no longer be used.

Exceptions

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminExceptionif an error occurred.

See Also