DiscFormat2Erase_SinkHelperUpdate Method |
Namespace:
IMAPI2.axlib
Assembly:
CSDVDCDBurner (in CSDVDCDBurner.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public void Update(
Object sender,
int elapsedSeconds,
int estimatedTotalSeconds
)
Public Sub Update (
sender As Object,
elapsedSeconds As Integer,
estimatedTotalSeconds As Integer
)
Dim instance As DiscFormat2Erase_SinkHelper
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
override Update :
sender : Object *
elapsedSeconds : int *
estimatedTotalSeconds : int -> unit
public final void Update(
Object sender,
int elapsedSeconds,
int estimatedTotalSeconds
)
public final function Update(
sender : Object,
elapsedSeconds : int,
estimatedTotalSeconds : int
)
function Update(sender, elapsedSeconds, estimatedTotalSeconds);
Parameters
- sender
- Type: SystemObject
- elapsedSeconds
- Type: SystemInt32
- estimatedTotalSeconds
- Type: SystemInt32
Implements
DDiscFormat2EraseEventsUpdate(Object, Int32, Int32)See Also