Edit

Share via


IGrainTypeProviderAttribute Interface

Definition

Functionality which can be implemented by a custom Attribute which implements this specifies the GrainType of the type which it is attached to.

public interface IGrainTypeProviderAttribute
type IGrainTypeProviderAttribute = interface
Public Interface IGrainTypeProviderAttribute
Derived

Methods

GetGrainType(IServiceProvider, Type)

Gets the GrainType for the attached Type.

Applies to