IActionContext Interface
Describes the action context.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.Engine
Assembly: NetworkHealthEngine (in NetworkHealthEngine.dll)
Syntax
public interface IActionContext
public interface class IActionContext
Public Interface IActionContext
Properties
Name | Description | |
---|---|---|
![]() |
DefinitionName | Gets the definition name. |
![]() |
DefinitionTitle | Gets the definition title. |
![]() |
FeatureName | Gets the feature name. |
![]() |
FeatureTitle | Gets the feature title. |
Methods
Name | Description | |
---|---|---|
![]() |
GetArgumentNames() | Retrives the argument names. |
![]() |
GetArgumentValue(String) | Retrieves the specified argument value. |
See Also
Microsoft.WindowsServerSolutions.NetworkHealth.Engine Namespace
Return to top