public CreateHealthMonitor ( string monitorType, int delay, int maxRetries, string urlPath = null, string expectedCodes = null ) : HealthMonitor | ||
monitorType | string | |
delay | int | |
maxRetries | int | |
urlPath | string | |
expectedCodes | string | |
return | HealthMonitor |