Skip to content

GeneratedActivatorConstructorAttribute

class

Namespace: Orleans

When applied to a constructor, indicates that generated activator implementations should use that constructor when activating instances.
public sealed class GeneratedActivatorConstructorAttribute : ActivatorUtilitiesConstructorAttribute

Remarks

This attribute can be used to call constructors which require injected dependencies.

Constructors