Was this page helpful?

ITransactionalQueueEntry<T> Interface

    Table of contents
    1. 1. Generic Parameters
      1. 1.1. Parameter T
    2. 2. Members
      1. 2.1. Properties
    Table of Contents
    public abstract interface ITransactionalQueueEntry<T>
    Namespace: MindTouch.Collections
    Assembly: mindtouch.dream
    Type Hierarchy:
    • ITransactionalQueueEntry<T>
    A entry returned from ITransactionalQueue<T>.Dequeue() containing both the dequeued value and an entry Id to be used with ITransactionalQueue<T>.CommitDequeue(long id) or ITransactionalQueue<T>.RollbackDequeue(long id).

    Generic Parameters

    Parameter T

    Type of entries in the originating MindTouch.Collections.ITransactionalQueue<T>
    Constraints:
    none

    Members

    Properties

    Visibility Description
    Public Value The dequeued value
    Public Id The entry Id for use with ITransactionalQueue<T>.CommitDequeue(long id) or ITransactionalQueue<T>.RollbackDequeue(long id).
    Public Expiration The time at which this entry will be considered abananded and automatically rolled back.
    Was this page helpful?
    Tag page
    You must login to post a comment.

    Copyright © 2011 MindTouch, Inc. Powered by