Deletes the specified Card-CommandList on the card.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax public void Delete(
int listID,
bool fromDisk = false
)
Parameters
- listID Int32
- Identifies the Card-CommandList.
- fromDisk Boolean (Optional)
- If true, any file created by Store( listID) will also be deleted.
Remarks If the Card-CommandList does not exist on the card, the call succeeds without error.
If the Card-CommandList is currently being executed, execution will proceed to normal completion.
Please refer to 12.5.1 Command List Construction for more details.
See Also