getInitFile: Find the contents of the Initialization file

Description Usage Arguments Value Examples

Description

Retrieve the server's initialization file. The initialization-file is a collection of Common Lisp code that is executed on every shared back-end when it starts

Usage

1

Arguments

service

Service object containing service url, username, and password

Value

The text contained in your Initialization file

Examples

1
2
3
4
5
## Not run: 
service = service("localhost","user","password")
getInitFile(service)

## End(Not run)

baasman/allegRo documentation built on May 11, 2019, 5:22 p.m.