Click or drag to resize

IRestServiceFactoryCreateService Method

Create the specified REST service (from configuration)

Namespace:  RestSrvr
Assembly:  RestSrvr (in RestSrvr.dll) Version: 3.0.481-alpha
Syntax
RestService CreateService(
	string serviceName
)

Parameters

serviceName
Type: SystemString
The service behavior

Return Value

Type: RestService
The created rest service
See Also