Class Ignore
Ignore the code to intercept and allow it to be processed without any modifications
[RequiredPermissions(SbcPermissions.CodeInterceptionRead|SbcPermissions.CodeInterceptionReadWrite)]
public class Ignore : Command
- Inheritance
-
Ignore
- Inherited Members
Remarks
This command is only permitted in Intercept mode
Constructors
Ignore()
public Ignore()
Methods
UpdateFromJson(JsonElement)
Update this instance from a given JSON element
public override void UpdateFromJson(JsonElement jsonElement)
Parameters
jsonElementJsonElementElement to update this intance from
Remarks
This method is auto-generated
Exceptions
- JsonException
Failed to deserialize data
UpdateFromJsonReader(ref Utf8JsonReader)
Update this instance from a given JSON element
public override void UpdateFromJsonReader(ref Utf8JsonReader reader)
Parameters
readerUtf8JsonReaderReader to update this intance from
Remarks
This method is auto-generated
Exceptions
- JsonException
Failed to deserialize data