C# Class StockTrendPredictionActor.NotificationActor

Inheritance: Actor, INotificationActor
Show file Open project: Azure-Samples/service-fabric-dotnet-data-streaming-websockets

Public Methods

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

Protected Methods

Method Description
OnActivateAsync ( ) : System.Threading.Tasks.Task

Method Details

NotificationActor() public method

public NotificationActor ( ActorService actorService, ActorId actorId ) : System.Collections.Generic
actorService ActorService
actorId ActorId
return System.Collections.Generic

NotifyLowStockProducts() public method

public NotifyLowStockProducts ( List productStocks ) : System.Threading.Tasks.Task
productStocks List
return System.Threading.Tasks.Task

OnActivateAsync() protected method

protected OnActivateAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task