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