Opc.Ua.Server.StandardServer.CreateEventManager C# (CSharp) Method

CreateEventManager() protected method

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