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)
public static IConfigureRuntime GetRuntime(
string serverName = "localhost"
)
Public Shared Function GetRuntime (
Optional serverName As String = "localhost"
) As IConfigureRuntime
public:
static IConfigureRuntime^ GetRuntime(
String^ serverName = L"localhost"
)
static member GetRuntime :
?serverName : string
(* Defaults:
let _serverName = defaultArg serverName "localhost"
*)
-> IConfigureRuntime
Parameters
- serverName (Optional)
- Type: SystemString
Server name
Return Value
Type:
IConfigureRuntimeIConfigureRuntime object