IRtConnectionLoad Method

Loads a specified ispec/class in the runtime system for this session. This is a synchronous call. The calling process will be blocked until the method completes.

Namespace:  ABSuite.AccessLayer.Connector.Core
Assembly:  Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

TransmissionObject Load(
	string name,
	bool withSwitch = true
)

Parameters

name
Type: SystemString
Ispec/Class name to load
withSwitch (Optional)
Type: SystemBoolean
Ispec/Class name to load

Return Value

Type: TransmissionObject
A TransmissionObject containing the DataModel for the specified class to be loaded
See Also

Reference