ALProtocol<(Of <(<'T_ALMessage>)>)> Class
Base implementation of the Application Layer Protocol
Namespace:
CAS.Lib.CommonBus.ApplicationLayerAssembly: CommServer.CommonBus (in CommServer.CommonBus.dll)
Syntax
public abstract class ALProtocol<T_ALMessage> where T_ALMessage : ProtocolALMessage
Public MustInherit Class ALProtocol(Of T_ALMessage As ProtocolALMessage)
generic<typename T_ALMessage> where T_ALMessage : ProtocolALMessage public ref class ALProtocol abstract
Type Parameters
- T_ALMessage
- The type of the message that is used in communication through this protocol.
Inheritance Hierarchy
CAS.Lib.CommonBus.ApplicationLayer..::..ALProtocol<(Of <(<'T_ALMessage>)>)>