Method | Description | |
---|---|---|
exists ( string service_name, bool print_failure_reason ) : bool | ||
waitForService ( string service_name, System.TimeSpan ts ) : bool | ||
waitForService ( string service_name, int timeout ) : bool |
public static exists ( string service_name, bool print_failure_reason ) : bool | ||
service_name | string | |
print_failure_reason | bool | |
return | bool |
public static waitForService ( string service_name, System.TimeSpan ts ) : bool | ||
service_name | string | |
ts | System.TimeSpan | |
return | bool |
public static waitForService ( string service_name, int timeout ) : bool | ||
service_name | string | |
timeout | int | |
return | bool |