SoundPlayer::LoadTimeout Property
.NET Framework (current version)
Gets or sets the time, in milliseconds, in which the .wav file must load.
Assembly: System (in System.dll)
Property Value
Type: System::Int32The number of milliseconds to wait. The default is 10000 (10 seconds).
After this time has expired, the loading is canceled and a TimeoutException exception is thrown.
.NET Framework
Available since 2.0
Available since 2.0
Show: