Click or drag to resize
IUserLogicCallbacksOnQuotaFilled Method

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
eQuotaFilledResult OnQuotaFilled(
	string inQuotaName,
	int inBucketID,
	eQuotaExceedActionType inActionType,
	eQuotaExceedType inExceedType,
	int inQuestionUserIndex
)

Parameters

inQuotaName
Type: SystemString
inBucketID
Type: SystemInt32
inActionType
Type: SurveyToGo.UserLogic.InterfaceseQuotaExceedActionType
inExceedType
Type: SurveyToGo.UserLogic.InterfaceseQuotaExceedType
inQuestionUserIndex
Type: SystemInt32

Return Value

Type: eQuotaFilledResult
See Also