public abstract class PlayRecordCallback
extends com.aspose.ms.System.MulticastDelegate
| Constructor and Description |
|---|
PlayRecordCallback() |
| Modifier and Type | Method and Description |
|---|---|
com.aspose.ms.System.IAsyncResult |
beginInvoke(int recordType,
int flags,
int dataSize,
byte[] recordData,
com.aspose.ms.System.AsyncCallback callback,
Object state) |
void |
endInvoke(com.aspose.ms.System.IAsyncResult result) |
abstract void |
invoke(int recordType,
int flags,
int dataSize,
byte[] recordData)
This delegate is not used.
|
getDelegateId, getInvocationList, op_Equality, op_Inequalitypublic abstract void invoke(int recordType,
int flags,
int dataSize,
byte[] recordData)
This delegate is not used. For an example of enumerating the records of a metafile, see Graphics(Metafile, Point, Graphics.EnumerateMetafileProc).
recordType - The argument is not used.flags - The argument is not used.dataSize - The argument is not used.recordData - The argument is not used.public final com.aspose.ms.System.IAsyncResult beginInvoke(int recordType,
int flags,
int dataSize,
byte[] recordData,
com.aspose.ms.System.AsyncCallback callback,
Object state)
public final void endInvoke(com.aspose.ms.System.IAsyncResult result)
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.