次の方法で共有


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)

指定されたグレインに対応するグレイン ID を返します。

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

適用対象