ManagementAndMonitoring.Adapters.ServiceHost.TinyIocHandlerFactory.Create C# (CSharp) Méthode

Create() public méthode

public Create ( Type handlerType ) : IHandleRequests
handlerType System.Type
Résultat IHandleRequests
        public IHandleRequests Create(Type handlerType)
        {
            return (IHandleRequests)_container.Resolve(handlerType);
        }