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

OnClosed() public method

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