C# Class ConcurrencyTester.HostedJobManagerMSMQ

Inheritance: SenseNet.Utilities.ExecutionTesting.HostedJobManager
ファイルを表示 Open project: maxpavlov/FlexNet Class Usage Examples

Public Methods

Method Description
HostedJobManagerMSMQ ( string physicalWebFolderPath, string startPageWebAddress, TextWriter output, string name ) : System

Protected Methods

Method Description
OnJobManagerFinished ( ) : void

Method Details

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

OnJobManagerFinished() protected method

protected OnJobManagerFinished ( ) : void
return void