NServiceBus.ConfigureQueueCreation.CreateQueues C# (CSharp) Method

CreateQueues() private method

private CreateQueues ( this config ) : bool
config this
return bool
        public static bool CreateQueues(this Configure config)
        {
            throw new NotImplementedException();
        }
ConfigureQueueCreation