Castle.Facilities.WcfIntegration.InMemoryServiceCatalog.InMemoryServiceCatalog C# (CSharp) Method

InMemoryServiceCatalog() public method

public InMemoryServiceCatalog ( ) : System.Collections.Generic
return System.Collections.Generic
		public InMemoryServiceCatalog()
			: this(new ContractLoadBalancePolicyFactory<RoundRobinPolicy>())
		{
		}

Same methods

InMemoryServiceCatalog::InMemoryServiceCatalog ( ILoadBalancePolicyFactory policyFactory ) : System.Collections.Generic