Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IGrainTimer Interface

Definition

Namespace:
Orleans.Runtime
Assembly:
Orleans.Core.Abstractions.dll
Package:
Microsoft.Orleans.Core.Abstractions v10.0.0
Package:
Microsoft.Orleans.Core.Abstractions v8.2.0
Package:
Microsoft.Orleans.Core.Abstractions v9.0.0
Package:
Microsoft.Orleans.Core.Abstractions v9.1.2

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Represents a timer belonging to a grain.

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

Methods

Name Description
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