Show / Hide Table of Contents

Class AsyncQueueBase<TItem>.AsyncQueueItemContext

Inheritance
object
AsyncQueueBase<TItem>.AsyncQueueItemContext
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
protected class AsyncQueueBase<TItem>.AsyncQueueItemContext : IDisposable

Constructors

AsyncQueueItemContext(INSPrincipalAccessor, AsyncQueueItem)

Declaration
public AsyncQueueItemContext(INSPrincipalAccessor principalAccessor, AsyncQueueBase<TItem>.AsyncQueueItem queueItem)
Parameters
Type Name Description
INSPrincipalAccessor principalAccessor
AsyncQueueBase<TItem>.AsyncQueueItem queueItem

Methods

Dispose()

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