KeepAliveAttribute.Populate Method

Definition

Adds grain properties to properties.

C#
public void Populate(IServiceProvider services, Type grainClass, Orleans.Runtime.GrainType grainType, System.Collections.Generic.Dictionary<string,string> properties);

Parameters

services
IServiceProvider

The service provider.

grainClass
Type

The grain class.

grainType
GrainType

The grain type id.

properties
Dictionary<String,String>

The properties collection which calls to this method should populate.

Implements

Applies to

Product Versions
.NET Orleans 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0