ManagementAndMonitoring.Adapters.ServiceHost.TinyIocHandlerFactory.Create C# (CSharp) 메소드

Create() 공개 메소드

public Create ( Type handlerType ) : IHandleRequests
handlerType System.Type
리턴 IHandleRequests
        public IHandleRequests Create(Type handlerType)
        {
            return (IHandleRequests)_container.Resolve(handlerType);
        }