Esempio n. 1
0
 public static PlacementStrategy GetGrainPlacementStrategy(this IPlacementContext @this, GrainId grainId, string genericArguments = null)
 {
     return(@this.GetGrainPlacementStrategy(grainId.GetTypeCode(), genericArguments));
 }