DPSManager CreateSerializerDataProcessorIdentifier Method NetworkComms.Net Help
Generates an OnlineInt64 describing a DataSerializer and a set of DataProcessors

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

public static long CreateSerializerDataProcessorIdentifier(
	DataSerializer serializer,
	List<DataProcessor> dataProcessors
)

Return Value

Type: OnlineInt64
A OnlineInt64 describing the arguments
Exceptions

Remarks

This method is used to specify succinctly the serialization method and any data processing that will be used when transmitting data using NetworkCommsDotNet
See Also