Method | Description | |
---|---|---|
ActionBuffer ( [ action ) : NodaTime |
Initializes a new instance of the ActionBuffer class.
|
|
Add ( object arguments ) : void | ||
Dispose ( ) : void |
Disposes this instance.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Disposes the specified instance. disposing indicates whether the method was invoked from the IDisposable.Dispose implementation or from the finalizer. The implementation should check the parameter before accessing other reference objects. Such objects should only be accessed when the method is called from the IDisposable.Dispose implementation (when the disposing parameter is equal to |
|
OnTick ( object state ) : void |
Called when we have a timer tick.
|
public ActionBuffer ( [ action ) : NodaTime | ||
action | [ | The action. |
return | NodaTime |