ActionResult<T> Constructor (T, String)
Initializes a new instance of the ActionResult<T> class.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.Engine
Assembly: NetworkHealthEngine (in NetworkHealthEngine.dll)
Syntax
public ActionResult(
T result,
string description
)
public:
ActionResult(
T result,
String^ description
)
Public Sub New (
result As T,
description As String
)
Parameters
result
Type: TThe result of an action.
description
Type: System.StringA description of the action.
See Also
ActionResult<T> Class
Microsoft.WindowsServerSolutions.NetworkHealth.Engine Namespace
Return to top