Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
|---|---|---|
| .jpeg) | ActionResult<T>(T, String) | Initializes a new instance of the ActionResult<T> class. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Description | Gets the description of the action. | 
| .jpeg) | Result | Gets the result of the action. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | 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