Edit

Share via


IMemoryStreamQueueGrain Interface

Definition

Interface for In-memory stream queue grain.

public interface IMemoryStreamQueueGrain : Orleans.IGrainWithGuidKey
type IMemoryStreamQueueGrain = interface
    interface IGrainWithGuidKey
    interface IGrain
    interface IAddressable
Public Interface IMemoryStreamQueueGrain
Implements IGrainWithGuidKey
Derived
Implements

Methods

Name Description
Dequeue(Int32)

Dequeue up to maxCount events.

Enqueue(MemoryMessageData)

Enqueue an event.

Extension Methods

Name Description
AsReference(IAddressable, Type)

Returns a typed reference to the provided grain.

AsReference<TGrainInterface>(IAddressable)

Returns a typed reference to the provided grain.

BindGrainReference(IAddressable, IGrainFactory)

Binds the grain reference to the provided IGrainFactory.

Cast(IAddressable, Type)

Returns a typed reference to the provided grain.

Cast<TGrainInterface>(IAddressable)

Returns a typed reference to the provided grain.

GetGrainId(IAddressable)

Returns the grain id corresponding to the provided grain.

GetGrainIdentity(IGrain)
GetPrimaryKey(IAddressable, String)

Returns the Guid representation of a grain primary key.

GetPrimaryKey(IAddressable)

Returns the Guid representation of a grain primary key.

GetPrimaryKey(IGrain, String)
GetPrimaryKey(IGrain)
GetPrimaryKeyLong(IAddressable, String)

Returns the long representation of a grain primary key.

GetPrimaryKeyLong(IAddressable)

Returns the long representation of a grain primary key.

GetPrimaryKeyLong(IGrain, String)
GetPrimaryKeyLong(IGrain)
GetPrimaryKeyString(IAddressable)

Returns the string primary key of the grain.

IsPrimaryKeyBasedOnLong(IAddressable)

Returns whether part of the primary key is of type long.

Applies to