Denso BHT-200QW Dokumentacja Strona 357

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 377
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 356
- 355 -
TransferringEventInterval
Sets the interval for creating transferring events (OnTransferring).
Syntax
[VB]
Public Property TransferringEventInterval As Integer
[C#]
public int TransferringEventInterval {get; set}
Property
Event interval (in units of 100 msec)
Parameter values
: 0 and above, but less than System.Int32.MaxValue
Default value
: 0
0: No event will occur.
Exceptions
None
Note
The value specified for this property will be valid the next time a send or receive operation is
performed.
[Ex.] Set the event occurrence interval to ensure that file transfer information can be
acquired every second.
[VB] MyFileTransfer.TransferringEventInterval = 10
[C#] MyFileTransfer.TransferringEventInterval = 10;
Przeglądanie stron 356
1 2 ... 352 353 354 355 356 357 358 359 360 361 362 ... 376 377

Komentarze do niniejszej Instrukcji

Brak uwag