StiTestConnectionResult Class
Namespace: Stimulsoft.Base
Properties
| Property | Type | Description |
|---|---|---|
| Notice | string | A message which describes the result of connection testing. |
| Success | bool | A value which indicates the result of connection testing. True if connection tested successfully. |
Methods
| Method | Returns | Description |
|---|---|---|
MakeFine static |
StiTestConnectionResult | |
MakeWrong static (+2 overloads) |
StiTestConnectionResult |
Method Details
MakeFine static
MakeFine(): StiTestConnectionResult
Returns StiTestConnectionResult
MakeWrong static
MakeWrong(notice: string): StiTestConnectionResult
Parameters
- notice (string)
Returns StiTestConnectionResult
MakeWrong(exception: Exception): StiTestConnectionResult
Parameters
- exception (Exception)
Returns StiTestConnectionResult
MakeWrong(): StiTestConnectionResult
Returns StiTestConnectionResult