RuntimeFactoryGetRuntime Method

Returns the IConfigureRuntime object

Namespace:  Unisys.AgileBusiness.RuntimeAPI
Assembly:  Unisys.AgileBusiness.RuntimeAPI (in Unisys.AgileBusiness.RuntimeAPI.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax

public static IConfigureRuntime GetRuntime(
	string serverName = "localhost"
)

Parameters

serverName (Optional)
Type: SystemString
Server name

Return Value

Type: IConfigureRuntime
IConfigureRuntime object
See Also