'Usage
Dim state As Object Dim instance As New OperationResult(state)
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).