IGrainInterfaceTypeProvider Interface

Definition

Gets a GrainInterfaceType for an interface.

public interface IGrainInterfaceTypeProvider
type IGrainInterfaceTypeProvider = interface
Public Interface IGrainInterfaceTypeProvider
Derived

Methods

TryGetGrainInterfaceType(Type, GrainInterfaceType)

Gets the GrainInterfaceType corresponding to the specified type.

Applies to