C# 클래스 StockTrendPredictionActor.NotificationActor

상속: Actor, INotificationActor
파일 보기 프로젝트 열기: Azure-Samples/service-fabric-dotnet-data-streaming-websockets

공개 메소드들

메소드 설명
NotificationActor ( ActorService actorService, ActorId actorId ) : System.Collections.Generic
NotifyLowStockProducts ( List productStocks ) : System.Threading.Tasks.Task

보호된 메소드들

메소드 설명
OnActivateAsync ( ) : System.Threading.Tasks.Task

메소드 상세

NotificationActor() 공개 메소드

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

NotifyLowStockProducts() 공개 메소드

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

OnActivateAsync() 보호된 메소드

protected OnActivateAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task