Namespace: NetworkCommsDotNet.DPSBase
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
A Int64 describing the arguments
This method is used to specify succinctly the serialization method and any data processing that will be
used when transmitting data using NetworkCommsDotNet
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- serializer
- Type: NetworkCommsDotNet.DPSBase DataSerializer
The DataSerializer to be used
- dataProcessors
- Type: System.Collections.Generic List DataProcessor
A List T to be used. The order of this
Return Value
Type: Int64A Int64 describing the arguments
Exceptions
Exception | Condition |
---|---|
System ArgumentException | Thrown is more than 7 DataSerializers are used |
Remarks
See Also