Represents the method that will be used to get a Poll object from database if it is not found in cache.

Namespace:  EPiServer.Community.Poll
Assembly:  EPiServer.Community.Poll (in EPiServer.Community.Poll.dll) Version: 3.2.517.24

Syntax

C#
public delegate Poll GetPollCacheObjectDelegate(
	int pollId
)

Parameters

pollId
Type: System..::.Int32
The id of the Poll object to retrieve.

Return Value

The Poll object with id specified.

See Also