SetLength Method

Serilog Sinks AmazonS3

Serilog.Sinks.AmazonS3

WriteCountingStream..::..SetLength Method

When overridden in a derived class, sets the length of the current stream.

Namespace:  Serilog.Sinks.AmazonS3
Assembly:  Serilog.Sinks.AmazonS3 (in Serilog.Sinks.AmazonS3.dll)

Syntax


public void SetLength(
	long value
)
Public Sub SetLength ( _
	value As Long _
)
public:
void SetLength(
	long long^ value
)

Parameters

value
Type: Int64
The desired length of the current stream in bytes.

Exceptions


ExceptionCondition
[NotSupportedException]