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

OnOpened() public method

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