語言

IGrainWithStringKey 介面

定義

具有 String 索引鍵之粒紋的標記介面。

public interface IGrainWithStringKey : Orleans.IGrain
type IGrainWithStringKey = interface
    interface IGrain
    interface IAddressable
Public Interface IGrainWithStringKey
Implements IGrain
衍生
實作

擴充方法

名稱 Description
AsReference(IAddressable, Type)

傳回所提供之粒紋的具型別參考。

AsReference<TGrainInterface>(IAddressable)

傳回所提供之粒紋的具型別參考。

BindGrainReference(IAddressable, IGrainFactory)

將粒紋參考系結至提供的 IGrainFactory 。

Cast(IAddressable, Type)

傳回所提供之粒紋的具型別參考。

Cast<TGrainInterface>(IAddressable)

傳回所提供之粒紋的具型別參考。

GetGrainId(IAddressable)

傳回對應至所提供粒紋的粒紋識別碼。

GetGrainIdentity(IGrain)

具有 String 索引鍵之粒紋的標記介面。

GetPrimaryKey(IAddressable, String)

傳 Guid 回粒紋主鍵的表示。

GetPrimaryKey(IAddressable)

傳 Guid 回粒紋主鍵的表示。

GetPrimaryKey(IGrain, String)

具有 String 索引鍵之粒紋的標記介面。

GetPrimaryKey(IGrain)

具有 String 索引鍵之粒紋的標記介面。

GetPrimaryKeyLong(IAddressable, String)

傳 long 回粒紋主鍵的表示。

GetPrimaryKeyLong(IAddressable)

傳 long 回粒紋主鍵的表示。

GetPrimaryKeyLong(IGrain, String)

具有 String 索引鍵之粒紋的標記介面。

GetPrimaryKeyLong(IGrain)

具有 String 索引鍵之粒紋的標記介面。

GetPrimaryKeyString(IAddressable)

傳 string 回粒紋的主鍵。

GetPrimaryKeyString(IGrainWithStringKey)

具有 String 索引鍵之粒紋的標記介面。

IsPrimaryKeyBasedOnLong(IAddressable)

傳回主鍵的一部分是否為 類型 long 。

適用於