Click or drag to resize

DataProcessorGetInstanceT Method

Note: This API is now obsolete.

Namespace:  NetworkCommsDotNet.DPSBase
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
[ObsoleteAttribute("Instances of singleton DataProcessors should be accessed via the DPSManager")]
protected static T GetInstance<T>()
where T : DataProcessor

Type Parameters

T

Return Value

Type: T
See Also