public abstract class TraversalExceptionsCallback
extends MulticastDelegate
Represents the callback method that handles the exceptions during storage traversal.
Constructor and Description |
---|
TraversalExceptionsCallback() |
Modifier and Type | Method and Description |
---|---|
IAsyncResult |
beginInvoke(TraversalAsposeException exception,
String itemId,
AsyncCallback callback,
Object state) |
void |
endInvoke(IAsyncResult result) |
abstract void |
invoke(TraversalAsposeException exception,
String itemId) |
combineImpl, getDelegateId, getInvocationList, op_Equality, op_Inequality, removeImpl
public abstract void invoke(TraversalAsposeException exception, String itemId)
public final IAsyncResult beginInvoke(TraversalAsposeException exception, String itemId, AsyncCallback callback, Object state)
public final void endInvoke(IAsyncResult result)
Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.