DPSManager AddDataProcessor Method NetworkComms.Net Help
Allows the addition of DataProcessors which are not auto detected. Use only if the assembly in which the DataProcessor is defined is not in the working directory (including subfolders) or if automatic detection is not supported on your platform.

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

public static void AddDataProcessor(
	DataProcessor dataProcessor
)
Exceptions

ExceptionCondition
OnlineSystem ArgumentExceptionThrown if A different DataProcessor of the same OnlineType or Id has already been added to the DPSManager
See Also