public abstract class BeforeItemCallback
extends MulticastDelegate
BeforeItemCallback is called before the next item is processed, the type of which depends on the task being performed.
Constructor and Description |
---|
BeforeItemCallback() |
Modifier and Type | Method and Description |
---|---|
IAsyncResult |
beginInvoke(ItemCallbackArgs item,
AsyncCallback callback,
Object state) |
void |
endInvoke(IAsyncResult result) |
abstract void |
invoke(ItemCallbackArgs item) |
combineImpl, getDelegateId, getInvocationList, op_Equality, op_Inequality, removeImpl
public abstract void invoke(ItemCallbackArgs item)
public final IAsyncResult beginInvoke(ItemCallbackArgs item, AsyncCallback callback, Object state)
public final void endInvoke(IAsyncResult result)
Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.