NServiceBus.AcceptanceTesting.Support.EndpointBehavior.EndpointBehavior C# (CSharp) Method

EndpointBehavior() public method

public EndpointBehavior ( Type builderType ) : System
builderType System.Type
return System
        public EndpointBehavior(Type builderType)
        {
            EndpointBuilderType = builderType;
            CustomConfig = new List<Action<EndpointConfiguration, ScenarioContext>>();
        }
EndpointBehavior