IGrainReferenceRuntime.Cast(IAddressable, Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将提供的 grain
转换为提供的 interfaceType
。
public object Cast (Orleans.Runtime.IAddressable grain, Type interfaceType);
abstract member Cast : Orleans.Runtime.IAddressable * Type -> obj
Public Function Cast (grain As IAddressable, interfaceType As Type) As Object
参数
- grain
- IAddressable
粒度。
- interfaceType
- Type
生成的接口类型。
返回
实现 对 grain
的 interfaceType
引用。