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

Closing() public method

public Closing ( System.ServiceModel.ChannelFactory channelFactory ) : void
channelFactory System.ServiceModel.ChannelFactory
return void
		public override void Closing(ChannelFactory channelFactory)
		{
			Apply(channelFactory, onClosing);
		}