ApplicationLayerMaster<(Of <(<'T_ALMessage>)>)> Class
Base implementation of IapplicationLayerMaster interface.
Namespace:
CAS.Lib.CommonBus.ApplicationLayerAssembly: CommServer.CommonBus (in CommServer.CommonBus.dll)
Syntax
public abstract class ApplicationLayerMaster<T_ALMessage> : ApplicationLayerCommon, IApplicationLayerMaster where T_ALMessage : ProtocolALMessage
Public MustInherit Class ApplicationLayerMaster(Of T_ALMessage As ProtocolALMessage) _ Inherits ApplicationLayerCommon _ Implements IApplicationLayerMaster
generic<typename T_ALMessage> where T_ALMessage : ProtocolALMessage public ref class ApplicationLayerMaster abstract : public ApplicationLayerCommon, IApplicationLayerMaster
Type Parameters
- T_ALMessage
- The type of the message that is used in communication through this protocol.
Inheritance Hierarchy
CAS.Lib.CommonBus.ApplicationLayer..::..ApplicationLayerCommon
CAS.Lib.CommonBus.ApplicationLayer..::..ApplicationLayerMaster<(Of <(<'T_ALMessage>)>)>