Edit

Share via


GrainInterfaceTypeResolver.GetGrainInterfaceType(Type) Method

Definition

Returns the GrainInterfaceType for the provided interface.

public Orleans.Runtime.GrainInterfaceType GetGrainInterfaceType (Type type);
member this.GetGrainInterfaceType : Type -> Orleans.Runtime.GrainInterfaceType
Public Function GetGrainInterfaceType (type As Type) As GrainInterfaceType

Parameters

type
Type

The grain interface.

Returns

The GrainInterfaceType for the provided interface.

Applies to