Edit

Share via


IGrainTypeProvider Interface

Definition

Associates a GrainType with a grain class.

public interface IGrainTypeProvider
type IGrainTypeProvider = interface
Public Interface IGrainTypeProvider
Derived

Methods

TryGetGrainType(Type, GrainType)

Returns the grain type corresponding to the class identified by type.

Applies to