Click or drag to resize
ConditionalEventBaseTEvent, TArgsRepeat Method
Sets the number of allowed calls to the event

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
public TEvent Repeat(
	int i
)

Parameters

i
Type: SystemInt32
Number of allowed calls

Return Value

Type: TEvent
See Also