Düzenle

Aracılığıyla paylaş


ConcurrentQueueCopier<T> Class

Definition

Copier for ConcurrentQueue<T>.

[Orleans.RegisterCopier]
public sealed class ConcurrentQueueCopier<T> : Orleans.Serialization.Cloning.IBaseCopier<System.Collections.Concurrent.ConcurrentQueue<T>>, Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Concurrent.ConcurrentQueue<T>>
[<Orleans.RegisterCopier>]
type ConcurrentQueueCopier<'T> = class
    interface IDeepCopier<ConcurrentQueue<'T>>
    interface IDeepCopier
    interface IBaseCopier<ConcurrentQueue<'T>>
    interface IBaseCopier
Public NotInheritable Class ConcurrentQueueCopier(Of T)
Implements IBaseCopier(Of ConcurrentQueue(Of T)), IDeepCopier(Of ConcurrentQueue(Of T))

Type Parameters

T
Inheritance
ConcurrentQueueCopier<T>
Attributes
Implements

Constructors

ConcurrentQueueCopier<T>(IDeepCopier<T>)

Initializes a new instance of the ConcurrentQueueCopier<T> class.

Methods

DeepCopy(ConcurrentQueue<T>, ConcurrentQueue<T>, CopyContext)

Clones members from input and copies them to output.

DeepCopy(ConcurrentQueue<T>, CopyContext)

Creates a deep copy of the provided input.

Applies to