GrainInterfaceTypeToGrainTypeResolver.TryGetGrainType 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
解析实现 GrainType 提供的 GrainInterfaceType的 ,如果找到实现,则 true
返回 ;否则为 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
参数
- interfaceType
- GrainInterfaceType
- result
- GrainType
返回
true
如果找到实现,则为 ;否则为 false
。