ApplicationLayerPluginHelper..::..CreateApplicationLayerMaster Method
   Creates the application layer master.
   
                
    Namespace: 
   CAS.Lib.CommonBus.ApplicationLayer.DemoSimulatorAssembly: DataProvider.MemoryCache (in DataProvider.MemoryCache.dll)
Syntax
public IApplicationLayerMaster CreateApplicationLayerMaster( IProtocolParent pStatistic, ICommunicationLayer pCommLayer, int pErrorFrequency )
Public Function CreateApplicationLayerMaster ( _ pStatistic As IProtocolParent, _ pCommLayer As ICommunicationLayer, _ pErrorFrequency As Integer _ ) As IApplicationLayerMaster
public: IApplicationLayerMaster^ CreateApplicationLayerMaster( IProtocolParent^ pStatistic, ICommunicationLayer^ pCommLayer, int^ pErrorFrequency )
Parameters
- pStatistic
 - Type: IProtocolParent
The statistic. 
- pCommLayer
 - Type: ICommunicationLayer
The communication layer. 
- pErrorFrequency
 - Type: Int32
The error frequency. 

