Table of Contents

Class BulkSessionAlreadyActiveException

Namespace
Typhon.Engine
Assembly
Typhon.Engine.dll

Thrown by BeginBulkLoad(BulkLoadOptions) when a bulk session is already open. BulkLoad is exclusive in v1 — only one session per engine. Regular UnitOfWorks continue to run.

public class BulkSessionAlreadyActiveException : DurabilityException, ISerializable
Inheritance
BulkSessionAlreadyActiveException
Implements
Inherited Members

Constructors

BulkSessionAlreadyActiveException(long)

Creates a new BulkSessionAlreadyActiveException identifying the active bulk session.

public BulkSessionAlreadyActiveException(long activeBulkSessionId)

Parameters

activeBulkSessionId long

64-bit id of the bulk session that is currently open.

Properties

ActiveBulkSessionId

64-bit id of the bulk session that prevented this call from acquiring the gate.

public long ActiveBulkSessionId { get; }

Property Value

long