Edit

Share via


ConcurrentQueueSurrogate<T> Struct

Definition

Surrogate type used by ConcurrentQueueCodec<T>.

[Orleans.GenerateSerializer]
public struct ConcurrentQueueSurrogate<T>
[<Orleans.GenerateSerializer>]
type ConcurrentQueueSurrogate<'T> = struct
Public Structure ConcurrentQueueSurrogate(Of T)

Type Parameters

T

The element type.

Inheritance
ConcurrentQueueSurrogate<T>
Attributes

Fields

Values

Gets or sets the values.

Applies to