IGrainReferenceRuntime.Cast(IAddressable, Type) 方法

定义

将提供的 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

生成的接口类型。

返回

实现 对 graininterfaceType引用。

适用于