ActionResult<T> Class
Represents the results of an action within the network health engine.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.Engine
Assembly: NetworkHealthEngine (in NetworkHealthEngine.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.NetworkHealth.Engine.ActionResult<T>
Syntax
[SerializableAttribute]
public class ActionResult<T>
generic<typename T>
[SerializableAttribute]
public ref class ActionResult
<SerializableAttribute>
Public Class ActionResult(Of T)
Type Parameters
- T
A type parameter that represents the type of the action result.
Constructors
Name | Description | |
---|---|---|
ActionResult<T>(T, String) | Initializes a new instance of the ActionResult<T> class. |
Properties
Name | Description | |
---|---|---|
Description | Gets the description of the action. |
|
Result | Gets the result of the action. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.NetworkHealth.Engine Namespace
Return to top