Server.this

Constructor for the Server class.

struct Server
this
(
string host
,)

Parameters

host string

The name or IP address of the Beanstalkd server.

port ushort

The port number that Beanstalkd is listening on. Defaults to DEFAULT_BEANSTALKD_PORT.

Meta