📚 SAP Business One SDK Help

Get Method
See Also 
pITSRExceptionalEventParams
The key of the Exceptional Event to retrieve.

Description

Retrieves an Exceptional Event.

The Exceptional Event is specified by its key, which is contained in the TSRExceptionalEventParams object passed to the method.

Syntax

Visual Basic
Public Function Get( _
   ByVal pITSRExceptionalEventParams As TSRExceptionalEventParams _
) As TSRExceptionalEvent

Parameters

pITSRExceptionalEventParams
The key of the Exceptional Event to retrieve.

See Also