AttributeGrainInterfaceTypeProvider.TryGetGrainInterfaceType 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
GrainInterfaceType获取与指定的 type
相对应的 。
public bool TryGetGrainInterfaceType (Type type, out Orleans.Runtime.GrainInterfaceType grainInterfaceType);
abstract member TryGetGrainInterfaceType : Type * GrainInterfaceType -> bool
override this.TryGetGrainInterfaceType : Type * GrainInterfaceType -> bool
Public Function TryGetGrainInterfaceType (type As Type, ByRef grainInterfaceType As GrainInterfaceType) As Boolean
参数
- type
- Type
grain 接口类型实例。
- grainInterfaceType
- GrainInterfaceType
生成的 grain 接口类型标识符。
返回
true
GrainInterfaceType如果找到与所提供的类型对应的 ,则为 ;否则为 false
。