EnhEvents.TimeOut

[This is preliminary documentation and subject to change.]

The TimeOut property indicates the default number of seconds after which events are deleted from the enhancement spool directory.

Syntax

object.TimeOut [ = dTimeout ]
 

Parts

object
Object expression that resolves to an EnhEvents object.
dTimeout
Double that indicates the number of seconds for garbage collection. The default value is 0.

Remarks

You can override this value for individual events by setting the EnhEvent.Timeout property.

The deletion of expired enhancements is automatically handled by the Enhancement control, EnhCtrl, on the client computer.

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

EnhEvents.ShowLength