DPSManager GetDataProcessor T  Method NetworkComms.Net Help
Retrieves the singleton instance of the DataProcessor with OnlineType T

Namespace: NetworkCommsDotNet.DPSBase
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public static DataProcessor GetDataProcessor<T>()
where T : DataProcessor
Type Parameters

T
The OnlineType of the DataProcessor to retrieve

Return Value

Type: DataProcessor
The retrieved singleton instance of the desired DataProcessor
See Also