ConditionalEventBase<TEvent, TArgs>.Repeat Method |
Sets the number of allowed calls to the event
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntaxpublic TEvent Repeat(
int i
)
Parameters
- i
- Type: System.Int32
Number of allowed calls
Return Value
Type:
TEvent
See Also