Partager via


IActorService Interface

Définition

Définit l’interface contenant des méthodes qui peuvent être appelées au niveau du service Acteur.

public interface IActorService : Microsoft.ServiceFabric.Services.Remoting.IService
type IActorService = interface
    interface IService
Public Interface IActorService
Implements IService
Dérivé
Implémente

Méthodes

DeleteActorAsync(ActorId, CancellationToken)

Supprime un acteur du service Actor.

GetActorsAsync(ContinuationToken, CancellationToken)

Obtient la liste des acteurs en interrogeant le service acteur.

GetRemindersAsync(ActorId, ContinuationToken, CancellationToken)

Obtient la liste des rappels.

S’applique à