Skip to content

IGrainContext.SetComponent(TComponent?)

SetComponent(TComponent?)

abstract
public abstract void SetComponent<TComponent>(TComponent? value)
Sets the provided value as the component for type TComponent.

Parameters

valueTComponent?
The component instance.