Opc.Ua.Server.StandardServer.CreateEventManager C# (CSharp) 메소드

CreateEventManager() 보호된 메소드

Creates the event manager for the server.
protected CreateEventManager ( IServerInternal server, ApplicationConfiguration configuration ) : EventManager
server IServerInternal The server.
configuration ApplicationConfiguration The configuration.
리턴 EventManager
        protected virtual EventManager CreateEventManager(IServerInternal server, ApplicationConfiguration configuration)
        {
            return new EventManager(server, (uint)configuration.ServerConfiguration.MaxEventQueueSize);
        }