'Usage
Dim state As Object Dim value As Object Dim instance As New ValueResult(state, value)
Parameters
- state
- An arbitrary object associated with the operation. It is the state object specified when the operation was invoked.
The value of this parameter can be
null
(Nothing
in Visual Basic). - value
- A value that is a successful result of the operation.
The value of this parameter can be
null
(Nothing
in Visual Basic).