NServiceBus.UnicastSendRouter.UnicastSendRouter C# (CSharp) Method

UnicastSendRouter() public method

public UnicastSendRouter ( UnicastRoutingTable unicastRoutingTable, EndpointInstances endpointInstances, string>.Func transportAddressTranslation ) : System
unicastRoutingTable UnicastRoutingTable
endpointInstances EndpointInstances
transportAddressTranslation string>.Func
return System
        public UnicastSendRouter(UnicastRoutingTable unicastRoutingTable, EndpointInstances endpointInstances, Func<EndpointInstance, string> transportAddressTranslation)
        {
            this.unicastRoutingTable = unicastRoutingTable;
            this.endpointInstances = endpointInstances;
            this.transportAddressTranslation = transportAddressTranslation;
        }