public abstract class StorageProcessingEventHandler
extends MulticastDelegate
Event handler for the StoragePreProcessing. Occurs before the srorage is processed.
| Constructor and Description |
|---|
StorageProcessingEventHandler() |
| Modifier and Type | Method and Description |
|---|---|
IAsyncResult |
beginInvoke(Object sender,
StorageProcessingEventArgs e,
AsyncCallback callback,
Object state) |
void |
endInvoke(IAsyncResult result) |
abstract void |
invoke(Object sender,
StorageProcessingEventArgs e) |
combineImpl, getDelegateId, getInvocationList, op_Equality, op_Inequality, removeImplpublic abstract void invoke(Object sender, StorageProcessingEventArgs e)
public final IAsyncResult beginInvoke(Object sender, StorageProcessingEventArgs e, AsyncCallback callback, Object state)
public final void endInvoke(IAsyncResult result)
Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.