CallResult Constructor
From Tungsten Suite
Tungsten
|
|
CallResult Constructor |
| Name | Description | |
|---|---|---|
| CallResult |
Default constructor, initializes Success to false
| |
| CallResult(Boolean) |
Constructor which accepts an initial value for Success
| |
| CallResult(Boolean, Exception) |
Constructor which accepts an initial value for Success and an initial value for Exception
|