ActorBase.UnregisterTimer(IActorTimer) Method

Definition

Unregisters a Timer previously set on this actor.

protected void UnregisterTimer (Microsoft.ServiceFabric.Actors.Runtime.IActorTimer timer);
member this.UnregisterTimer : Microsoft.ServiceFabric.Actors.Runtime.IActorTimer -> unit
Protected Sub UnregisterTimer (timer As IActorTimer)

Parameters

timer
IActorTimer

An IActorTimer representing timer that needs to be unregistered.

Applies to