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