GrainInterfaceTypeToGrainTypeResolver.TryGetGrainType Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.