共用方式為


IMemoryStreamQueueGrain 介面

定義

記憶體內部資料流程佇列細微性的介面。

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

方法

Dequeue(Int32)

排入佇列至 maxCount 事件。

Enqueue(MemoryMessageData)

加入事件佇列。

擴充方法

AsReference(IAddressable, Type)

傳回所提供細微性的具型別參考。

AsReference<TGrainInterface>(IAddressable)

傳回所提供細微性的具型別參考。

BindGrainReference(IAddressable, IGrainFactory)

將細微性參考系結至提供的 IGrainFactory

Cast(IAddressable, Type)

傳回所提供細微性的具型別參考。

Cast<TGrainInterface>(IAddressable)

傳回所提供細微性的具型別參考。

GetGrainId(IAddressable)

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

GetGrainIdentity(IGrain)

記憶體內部資料流程佇列細微性的介面。

GetPrimaryKey(IGrain)

記憶體內部資料流程佇列細微性的介面。

GetPrimaryKey(IGrain, String)

記憶體內部資料流程佇列細微性的介面。

GetPrimaryKey(IAddressable)

Guid 回細微性主鍵的標記法。

GetPrimaryKey(IAddressable, String)

Guid 回細微性主鍵的標記法。

GetPrimaryKeyLong(IGrain)

記憶體內部資料流程佇列細微性的介面。

GetPrimaryKeyLong(IGrain, String)

記憶體內部資料流程佇列細微性的介面。

GetPrimaryKeyLong(IAddressable)

long 回細微性主鍵的標記法。

GetPrimaryKeyLong(IAddressable, String)

long 回細微性主鍵的標記法。

GetPrimaryKeyString(IAddressable)

string 回細微性的主鍵。

IsPrimaryKeyBasedOnLong(IAddressable)

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

適用於