IRtConnectionGetListAsyncT Method (String, IFromStringConverter)

Gets the list asynchronous.

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<IEnumerable<T>> GetListAsync<T>(
	string listName,
	IFromStringConverter converter
)

Parameters

listName
Type: SystemString
Name of the list.
converter
Type: ABSuite.AccessLayer.Connector.Core.UtilityIFromStringConverter
The converter.

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:ABSuite.AccessLayer.Connector.Core.IRtConnection.GetListAsync``1(System.String,ABSuite.AccessLayer.Connector.Core.Utility.IFromStringConverter)"]

Return Value

Type: TaskIEnumerableT
Task<IEnumerable<T>>.
See Also

Reference