ActionResult<T> Class

 

Represents the results of an action within the network health engine.

Namespace:   Microsoft.WindowsServerSolutions.NetworkHealth.Engine
Assembly:  NetworkHealthEngine (in NetworkHealthEngine.dll)

System::Object
  Microsoft.WindowsServerSolutions.NetworkHealth.Engine::ActionResult<T>

generic<typename T>
[SerializableAttribute]
public ref class ActionResult 

Type Parameters

T

A type parameter that represents the type of the action result.

NameDescription
System_CAPS_pubmethodActionResult<T>(T, String^)

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

NameDescription
System_CAPS_pubpropertyDescription

Gets the description of the action.

System_CAPS_pubpropertyResult

Gets the result of the action.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: