Click or drag to resize

DPSManagerGetSerializerDataProcessorsFromIdentifier Method

Namespace:  NetworkCommsDotNet.DPSBase
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static void GetSerializerDataProcessorsFromIdentifier(
	long id,
	out DataSerializer serializer,
	out List<DataProcessor> dataProcessors
)

Parameters

id
Type: SystemInt64
serializer
Type: NetworkCommsDotNet.DPSBaseDataSerializer
dataProcessors
Type: System.Collections.GenericListDataProcessor
See Also