OpenFileTimeout Property (StreamDataStorageOnDisk)
Gets or sets a timeout, in milliseconds, for opening the file stream.
public int OpenFileTimeout { get; set; }
public: __property int get_OpenFileTimeout();
public: __property void set_OpenFileTimeout(
int
);
public:
property int OpenFileTimeout {
int get();
void set(int );
}
'Declaration
Public Property OpenFileTimeout As Integer
Property Value
Default value is 100. Minimum value is 100, maximum value is 360000.
Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5