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

OnCreated() public method

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