Castle.Facilities.WcfIntegration.AdHocServiceHostAware.OnCreated C# (CSharp) Method

OnCreated() public method

public OnCreated ( Action action ) : AdHocServiceHostAware
action Action
return AdHocServiceHostAware
		public AdHocServiceHostAware OnCreated(Action<ServiceHost> action)
		{
			onCreated += action;
			return this;
		}