ConcurrentQueueCopier<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
DeepCopy(ConcurrentQueue<T>, CopyContext) |
Creates a deep copy of the provided input. |