Edit

Share via


GrainInterfaceTypeToGrainTypeResolver.TryGetGrainType Method

Definition

Resolves a GrainType which implements the provided GrainInterfaceType, returning true if an implementation was found; otherwise false.

public bool TryGetGrainType (Orleans.Runtime.GrainInterfaceType interfaceType, out Orleans.Runtime.GrainType result);
member this.TryGetGrainType : Orleans.Runtime.GrainInterfaceType * GrainType -> bool
Public Function TryGetGrainType (interfaceType As GrainInterfaceType, ByRef result As GrainType) As Boolean

Parameters

interfaceType
GrainInterfaceType
result
GrainType

Returns

true if an implementation was found; otherwise false.

Applies to