DDiscFormat2EraseEventsUpdate Method |
Namespace:
IMAPI2.axlib
Assembly:
CSDVDCDBurner (in CSDVDCDBurner.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax void Update(
Object sender,
int elapsedSeconds,
int estimatedTotalSeconds
)
Sub Update (
sender As Object,
elapsedSeconds As Integer,
estimatedTotalSeconds As Integer
)
Dim instance As DDiscFormat2EraseEvents
Dim sender As Object
Dim elapsedSeconds As Integer
Dim estimatedTotalSeconds As Integer
instance.Update(sender, elapsedSeconds,
estimatedTotalSeconds)
abstract Update :
sender : Object *
elapsedSeconds : int *
estimatedTotalSeconds : int -> unit
void Update(
/** @attribute InAttribute */ Object sender,
/** @attribute InAttribute */ int elapsedSeconds,
/** @attribute InAttribute */ int estimatedTotalSeconds
)
function Update(
sender : Object,
elapsedSeconds : int,
estimatedTotalSeconds : int
)
function Update(sender, elapsedSeconds, estimatedTotalSeconds);
Parameters
- sender
- Type: SystemObject
- elapsedSeconds
- Type: SystemInt32
- estimatedTotalSeconds
- Type: SystemInt32
See Also