TokenActionRequestHandler Delegate
[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]
Namespace: System.Dataflow
Assembly: System.Dataflow (in System.Dataflow.dll)
Syntax
'Declaration
PublicDelegateFunctionTokenActionRequestHandler ( _
lexerProductionIdAsInteger, _
boundValuesAsIStackState _
) AsObject
'Usage
DiminstanceAsNewTokenActionRequestHandler(AddressOf HandlerMethod)
publicdelegateObjectTokenActionRequestHandler(
intlexerProductionId,
IStackStateboundValues
)
publicdelegateObject^ TokenActionRequestHandler(
intlexerProductionId,
IStackState^ boundValues
)
JScript does not support delegates.
Parameters
- lexerProductionId
Type: System. . :: . .Int32
- boundValues
Type: System.Dataflow. . :: . .IStackState
Return Value
Type: System. . :: . .Object