Show / Hide Table of Contents

Class AsyncContext<TArgument>

Implementation of abstract class AsyncContext, isolating the use of template arguments.

Inheritance
Object
AsyncContext
AsyncContext<TArgument>
Inherited Members
AsyncContext.add_OperationStartingEvent(AsyncOperationStarting)
AsyncContext.remove_OperationStartingEvent(AsyncOperationStarting)
AsyncContext.add_OperationFailureEvent(AsyncOperationFailure)
AsyncContext.remove_OperationFailureEvent(AsyncOperationFailure)
AsyncContext.add_OperationTerminatingEvent(AsyncOperationTerminating)
AsyncContext.remove_OperationTerminatingEvent(AsyncOperationTerminating)
AsyncContext.Start()
AsyncContext.Thread
AsyncContext.HasError
AsyncContext.Error
AsyncContext.BreakOnError
AsyncContext.DisableTimeLogging
AsyncContext.ThreadName
AsyncContext.ManagedThreadId
AsyncContext.ManagedParentThreadId
AsyncContext.ContextIdentifier
AsyncContext.CurrentContext
AsyncContext.TerminationEvent
AsyncContext.OperationStartingEvent
AsyncContext.OperationFailureEvent
AsyncContext.OperationTerminatingEvent
Namespace: SuperOffice.Threading
Assembly: SoCore.dll
Syntax
public sealed class AsyncContext<TArgument> : AsyncContext
Type Parameters
Name Description
TArgument

Type of argument passed to the .

Methods

ExecuteAsyncOperation()

Execute the async operation.

Declaration
protected override void ExecuteAsyncOperation()
Overrides
AsyncContext.ExecuteAsyncOperation()

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