Castle.MicroKernel.ServiceDelegate public sealed delegate ServiceDelegate : MulticastDelegate Represents a delegate which holds the information about a service. Documentation Code namespace Castle.MicroKernel { public delegate void ServiceDelegate (Type service); }