SeekableStreamWriteTimeout - свойство
Gets or sets a value, in milliseconds, that determines how long the stream will attempt to write before timing out.
Пространство имён: Tessa.Platform.IOСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public override int WriteTimeout { get; set; }
Public Overrides Property WriteTimeout As Integer
Get
Set
public:
virtual property int WriteTimeout {
int get () override;
void set (int value) override;
}
abstract WriteTimeout : int with get, set
override WriteTimeout : int with get, set
Возвращаемое значение
Int32A value, in milliseconds, that determines how long the stream will attempt to write before timing out.
InvalidOperationException | The WriteTimeout method always throws an InvalidOperationException. |