C# Class StockTrendPredictionActor.NotificationActor

Inheritance: Actor, INotificationActor
Afficher le fichier Open project: Azure-Samples/service-fabric-dotnet-data-streaming-websockets

Méthodes publiques

Méthode Description
NotificationActor ( ActorService actorService, ActorId actorId ) : System.Collections.Generic
NotifyLowStockProducts ( List productStocks ) : System.Threading.Tasks.Task

Méthodes protégées

Méthode Description
OnActivateAsync ( ) : System.Threading.Tasks.Task

Method Details

NotificationActor() public méthode

public NotificationActor ( ActorService actorService, ActorId actorId ) : System.Collections.Generic
actorService ActorService
actorId ActorId
Résultat System.Collections.Generic

NotifyLowStockProducts() public méthode

public NotifyLowStockProducts ( List productStocks ) : System.Threading.Tasks.Task
productStocks List
Résultat System.Threading.Tasks.Task

OnActivateAsync() protected méthode

protected OnActivateAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task