Share via


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
System_CAPS_pubmethod ActionResult<T>(T, String)

Initializes a new instance of the ActionResult<T> class.

Properties

Name Description
System_CAPS_pubproperty Description

Gets the description of the action.

System_CAPS_pubproperty Result

Gets the result of the action.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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