SiloRoleBasedPlacement 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定址接收器角色放置策略會指定細微性應該放在具有策略放置屬性所指定角色的相容定址接收器上。
[System.Serializable]
public class SiloRoleBasedPlacement : Orleans.Runtime.PlacementStrategy
[<System.Serializable>]
type SiloRoleBasedPlacement = class
inherit PlacementStrategy
Public Class SiloRoleBasedPlacement
Inherits PlacementStrategy
- 繼承
- 屬性
建構函式
SiloRoleBasedPlacement() |
定址接收器角色放置策略會指定細微性應該放在具有策略放置屬性所指定角色的相容定址接收器上。 |
屬性
IsUsingGrainDirectory |
取得值,指出此放置策略是否需要在細微性目錄中註冊啟用。 (繼承來源 PlacementStrategy) |
方法
Initialize(GrainProperties) |
使用提供的細微性屬性,初始化此類型的實例。 (繼承來源 PlacementStrategy) |
PopulateGrainProperties(IServiceProvider, Type, GrainType, Dictionary<String,String>) |
填入細微性屬性,以指定慣用的位置策略。 (繼承來源 PlacementStrategy) |