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
產生的介面類別型。
傳回
實作 的 interfaceType
參考 grain
。