ManagementAndMonitoring.Adapters.ServiceHost.TinyIocHandlerFactory.Create C# (CSharp) Method

Create() public method

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