.NET API Reference for Oracle Entitlements Server 11.1.2
E27727-01
This method is used to apply preliminary custom processing to the IPepRequest prior to its being submitted with the IPepRequest#decide() method.

Namespace: Oes.Pep.Api
Assembly: OES-PEP (in OES-PEP.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
void PreDecide(
	IPepRequest request
)

Parameters

request
Type: Oes.Pep.Api..::..IPepRequest

[Missing <param name="request"/> documentation for "M:Oes.Pep.Api.IPreDecisionHandler.PreDecide(Oes.Pep.Api.IPepRequest)"]

See Also