Overload | Description |
---|---|
TimeoutAction Constructor(TimeSpan,Action) | Provides scheduling a single-fire event at some duration into the future. The operation is performed once either when the duration expires, or when this object is disposed or collected. |
TimeoutAction Constructor(TimeSpan,Action,Action<Exception>) | Provides scheduling a single-fire event at some duration into the future. The operation is performed once either when the duration expires, or when this object is disposed or collected. |
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7