EnhEvent.Repeat

[This is preliminary documentation and subject to change.]

The Repeat property specifies the number of seconds between repetitions of the event.

Syntax

object.Repeat [ = dRepeat ]
 

Parts

object
Object expression that resolves to an EnhEvent object.
dRepeat
Double that specifies the repeat interval, in seconds. A value of 0, indicates that the event should not be repeated. If this value is not zero, it must be greater than 0.1 seconds.

Values less than zero are not supported.

Remarks

Events are typically transmitted repeatedly so that if a user misses an enhancement transmission due to line noise or because they tuned to another channel, they will be able to receive a subsequent transmission.

QuickInfo

  Windows NT: Unsupported.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in stream.idl.
  Import Library: Included as a resource in stream.dll.
  Unicode: Yes.

See Also

EnhEvent.Until