Edytuj

Udostępnij za pośrednictwem


IGrainTimer Interface

Definition

Represents a timer belonging to a grain.

public interface IGrainTimer : IDisposable
type IGrainTimer = interface
    interface IDisposable
Public Interface IGrainTimer
Implements IDisposable
Implements

Methods

Change(TimeSpan, TimeSpan)

Changes the start time and the interval between method invocations for a timer, using TimeSpan values to measure time intervals.

Applies to