 | GenericExportHandlerT, E, INeedsSecondsPhase Method |
Indicates is second phase is required or not. By default it IS needed if we are outside
SW context, the first phase succeeded and any of the items has cached writebacks or has not
cancelled its conversions.
Namespace:
CTExtensions.ExportCore.ExportHandler
Assembly:
CTInterface (in CTInterface.dll)
Syntaxprotected virtual bool NeedsSecondsPhase(
List<E> items
)
Protected Overridable Function NeedsSecondsPhase (
items As List(Of E)
) As Boolean
Parameters
- items
- Type: System.Collections.GenericListE
Return Value
Type:
Boolean
See Also