Assign actual methods to the delegates.

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
void SetupDelegates(
	FullRecordRetrievalProcedure_ReadOnlyObject _fullRecGetProc,
	AllRecordsProcedure_ReadOnlyObject _allRecGetProc
)
Visual Basic
Sub SetupDelegates ( _
	_fullRecGetProc As FullRecordRetrievalProcedure_ReadOnlyObject, _
	_allRecGetProc As AllRecordsProcedure_ReadOnlyObject _
)
Visual C++
void SetupDelegates(
	FullRecordRetrievalProcedure_ReadOnlyObject^ _fullRecGetProc, 
	AllRecordsProcedure_ReadOnlyObject^ _allRecGetProc
)

Parameters

_fullRecGetProc
Type: FullRecordRetrievalProcedure_ReadOnlyObject
Method to perform Full Record Retrieval
_allRecGetProc
Type: AllRecordsProcedure_ReadOnlyObject
Method to perform All Record Retrieval

Field Value

Void

See Also