Skip to content

MemoryStreamQueueGrain

class

Namespace: Orleans.Providers

Memory stream queue grain. This grain works as a storage queue of event data. Enqueue and Dequeue operations are supported. the max event count sets the max storage limit to the queue.
public class MemoryStreamQueueGrain : Grain, IGrain, IGrainWithGuidKey, IMemoryStreamQueueGrain, IAddressable, IGrainMigrationParticipant

Constructors

Methods