DFileSystemImage_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,
string currentFile,
int copiedSectors,
int totalSectors
)
Public Sub Update (
sender As Object,
currentFile As String,
copiedSectors As Integer,
totalSectors As Integer
)
Dim instance As DFileSystemImage_SinkHelper
Dim sender As Object
Dim currentFile As String
Dim copiedSectors As Integer
Dim totalSectors As Integer
instance.Update(sender, currentFile, copiedSectors,
totalSectors)
abstract Update :
sender : Object *
currentFile : string *
copiedSectors : int *
totalSectors : int -> unit
override Update :
sender : Object *
currentFile : string *
copiedSectors : int *
totalSectors : int -> unit
public final void Update(
Object sender,
String currentFile,
int copiedSectors,
int totalSectors
)
public final function Update(
sender : Object,
currentFile : String,
copiedSectors : int,
totalSectors : int
)
function Update(sender, currentFile, copiedSectors, totalSectors);
Parameters
- sender
- Type: SystemObject
- currentFile
- Type: SystemString
- copiedSectors
- Type: SystemInt32
- totalSectors
- Type: SystemInt32
Implements
DFileSystemImageEventsUpdate(Object, String, Int32, Int32)See Also