DPSManager MethodsNetworkComms.Net Help
The DPSManager type exposes the following members.
Methods

  NameDescription
Public methodStatic memberAddDataProcessor
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.
Public methodStatic memberAddDataSerializer
Allows the addition of DataSerializers which are not auto detected. Use only if the assembly in which the DataSerializer is defined is not in the working directory (including subfolders) or if automatic detection is not supported on your platform
Public methodStatic memberCreateSerializerDataProcessorIdentifier
Generates an OnlineInt64 describing a DataSerializer and a set of DataProcessors
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodStatic memberGetDataProcessor(Byte)
Retrieves the singleton instance of the DataProcessor corresponding to a given id
Public methodStatic memberGetDataProcessor T  
Retrieves the singleton instance of the DataProcessor with OnlineType T
Public methodStatic memberGetDataSerializer(Byte)
Retrieves the singleton instance of the DataSerializer corresponding to a given id
Public methodStatic memberGetDataSerializer T  
Retrieves the singleton instance of the DataSerializer with OnlineType T
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodStatic memberGetSerializerDataProcessorsFromIdentifier
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
See Also