Click or drag to resize

AsynchronousOperationContext Class

Context of an asynchronous operation execution.
Inheritance Hierarchy
SystemObject
  EBP.Api.AsynchronousAsynchronousOperationContext

Namespace:  EBP.Api.Asynchronous
Assembly:  EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public class AsynchronousOperationContext

The AsynchronousOperationContext type exposes the following members.

Properties
  NameDescription
Public propertyCurrentThreadDatabase
Gets the current thread database which must be used to access data (query, transaction...)
Public propertyErrors
Gets the errors used to fill in the report.
Public propertyIsCancellationPending
Gets whether cancellation is pending
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodProgress(Int32)
Progresses the specified percentage.
Public methodProgress(Int32, String)
Progresses the specified percentage.
Public methodProgress(Int32, Int32, String)
Progresses the current position.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
See Also