C# Class Common.Shared.ConnectionFactory

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

Méthodes publiques

Свойство Type Description
PublicGatewayApi string
ReserveStockApiController string
StockAggregatorApiController string
StockAggregatorServiceUri System.Uri
StockApiController string
StockServiceUri System.Uri
WebSocketServerName string

Méthodes publiques

Méthode Description
CreateBatchedStockTrendPredictionActor ( string actorId ) : IStockTrendPredictionActor
CreateNotificationActor ( ) : INotificationActor
CreateStockAggregatorService ( int productId ) : IStockAggregatorService
CreateStockService ( int productId ) : IStockService
CreateStockTrendPredictionActor ( int productId ) : IStockTrendPredictionActor

Method Details

CreateBatchedStockTrendPredictionActor() public static méthode

public static CreateBatchedStockTrendPredictionActor ( string actorId ) : IStockTrendPredictionActor
actorId string
Résultat IStockTrendPredictionActor

CreateNotificationActor() public static méthode

public static CreateNotificationActor ( ) : INotificationActor
Résultat INotificationActor

CreateStockAggregatorService() public static méthode

public static CreateStockAggregatorService ( int productId ) : IStockAggregatorService
productId int
Résultat IStockAggregatorService

CreateStockService() public static méthode

public static CreateStockService ( int productId ) : IStockService
productId int
Résultat IStockService

CreateStockTrendPredictionActor() public static méthode

public static CreateStockTrendPredictionActor ( int productId ) : IStockTrendPredictionActor
productId int
Résultat IStockTrendPredictionActor

Property Details

PublicGatewayApi public_oe static_oe property

public static string PublicGatewayApi
Résultat string

ReserveStockApiController public_oe static_oe property

public static string ReserveStockApiController
Résultat string

StockAggregatorApiController public_oe static_oe property

public static string StockAggregatorApiController
Résultat string

StockAggregatorServiceUri public_oe static_oe property

public static Uri,System StockAggregatorServiceUri
Résultat System.Uri

StockApiController public_oe static_oe property

public static string StockApiController
Résultat string

StockServiceUri public_oe static_oe property

public static Uri,System StockServiceUri
Résultat System.Uri

WebSocketServerName public_oe static_oe property

public static string WebSocketServerName
Résultat string