'Declaration Public Function New( _ ByVal value As T, _ ByVal details As String, _ ByVal category As ActionCategory _ )
'Usage Dim value As T Dim details As String Dim category As ActionCategory Dim instance As New ActionResult(Of T)(value, details, category)
Parameters
- value
- A T value represents the executing result.
- details
- The details information of executing action.
- category