IConnectionLoadAsync Method

Loads a specified ispec/class in the runtime system for this session. This is an asynchronous call. The calling process will not block. An event handler for the complete event will receive the new TransmissionObject when the call 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

Task<TransmissionObject> LoadAsync(
	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: TaskTransmissionObject

[Missing <returns> documentation for "M:ABSuite.AccessLayer.Connector.Core.IConnection.LoadAsync(System.String,System.Boolean)"]

See Also

Reference