ConcurrencyTester.HostedJobManagerMSMQ.HostedJobManagerMSMQ C# (CSharp) Method

HostedJobManagerMSMQ() public method

public HostedJobManagerMSMQ ( string physicalWebFolderPath, string startPageWebAddress, TextWriter output, string name ) : System
physicalWebFolderPath string
startPageWebAddress string
output System.IO.TextWriter
name string
return System
        public HostedJobManagerMSMQ(string physicalWebFolderPath, string startPageWebAddress, TextWriter output, string name)
            : base(physicalWebFolderPath, startPageWebAddress, output, name)
        {
            
        }