Show / Hide Table of Contents

Class ParallelConsumerQueue<T>.ConsumerContext<T>

Disposable context class for running multiple identical consumer threads for a queue. See for details.

Inheritance
Object
ParallelConsumerQueue<T>.ConsumerContext<T>
Implements
IDisposable
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.Threading
Assembly: SOCore.dll
Syntax
public class ConsumerContext<T> : IDisposable where T : class
Type Parameters
Name Description
T

The queue item type

Methods

Dispose()

Disposable context class for running multiple identical consumer threads for a queue. See for details.

Declaration
public void Dispose()

Implements

IDisposable

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top