.NET API Reference for Oracle Entitlements Server 11.1.2
E27727-01
Return the action object associated with the current result. The action object is the same object that was used to create the IPepRequest and may be used to correlate the IPepResponse results with the action-resource pairs that were used to create the IPepRequest.

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

Syntax

C#
Object GetAction()

Return Value

return an object that was used as an action in the IPepRequest

See Also