Methods 


TimedMethod Class Members

The following tables list the members exposed by TimedMethod.

Public Methods
 NameDescription
Public Method Invokes the specified action after N milliseconds. Use Fluent API .OnThread to specify other options  
Public Method Cancels the Timedmethod and disposes timers  
Public Method Starts the timed-method operation  
Public Methodstatic (Shared in Visual Basic) Invokes the specified action. use Fluent API .After .OnThread to specify other options  
Public Method Invokes the specified action on a specific thread  
Top
Extension Methods
 NameDescription
Public Extension Method Notifies that finalizer has been invoked
Public Extension Method Checks for null and if not null, calls Dispose
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Top
See Also