Show / Hide Table of Contents

Class AsyncOperationTerminating

Delegate describing the function signature required for a method that is called whenever a new asynchronous operation is terminating. The thread is still running, and execution of the callers' delegate has just completed.

Inheritance
Object
AsyncOperationTerminating
Namespace: SuperOffice.Threading
Assembly: SoCore.dll
Syntax
public sealed class AsyncOperationTerminating : MulticastDelegate

Constructors

AsyncOperationTerminating(Object, IntPtr)

Delegate describing the function signature required for a method that is called whenever a new asynchronous operation is terminating. The thread is still running, and execution of the callers' delegate has just completed.

Declaration
public AsyncOperationTerminating(object object, IntPtr method)
Parameters
Type Name Description
Object object
IntPtr method

Methods

BeginInvoke(AsyncContext, AsyncCallback, Object)

Delegate describing the function signature required for a method that is called whenever a new asynchronous operation is terminating. The thread is still running, and execution of the callers' delegate has just completed.

Declaration
public virtual IAsyncResult BeginInvoke(AsyncContext context, AsyncCallback callback, object object)
Parameters
Type Name Description
AsyncContext context
AsyncCallback callback
Object object
Returns
Type Description
IAsyncResult

EndInvoke(IAsyncResult)

Delegate describing the function signature required for a method that is called whenever a new asynchronous operation is terminating. The thread is still running, and execution of the callers' delegate has just completed.

Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type Name Description
IAsyncResult result

Invoke(AsyncContext)

Delegate describing the function signature required for a method that is called whenever a new asynchronous operation is terminating. The thread is still running, and execution of the callers' delegate has just completed.

Declaration
public virtual void Invoke(AsyncContext context)
Parameters
Type Name Description
AsyncContext context

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