The SimpleOperationResult type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | GetMessage |
Returns the message value if any.
|
![]() | GetResult |
Returns the result of the operation true = success, false = failure.
|
![]() | GetTag |
Returns the tag object if any.
|
![]() | SetMessage |
Sets the message value for this operation.
|
![]() | SetResult |
Sets the result operation value.
|
![]() | SetTag |
Sets the tag object for this operation.
|
![]() | ToString |
Enhanced to string method provides more details about this object.
(Overrides Object.ToString().) |
See Also