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.DPSBaseAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- dataProcessor
- Type: NetworkCommsDotNet.DPSBase DataProcessor
The DataProcessor to make the DPSManager aware of
Exceptions
Exception | Condition |
---|---|
System ArgumentException | Thrown if A different DataProcessor of the same Type or Id has already been added to the DPSManager |
See Also