Show / Hide Table of Contents

Class CheckAction

An object that represents an action which does not stop the execution of rules in current module, just emits a log message documenting result of rule execution.

Inheritance
object
Action
CheckAction
Inherited Members
Action.Name
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.WafService.Models
Assembly: OCI.DotNetSDK.Waf.dll
Syntax
public class CheckAction : Action
In this article
Back to top