Opc.Ua.Core
SetLength Method



Opc.Ua.Bindings Namespace > ArraySegmentStream Class : SetLength Method
The desired length of the current stream in bytes.
When overridden in a derived class, sets the length of the current stream.
Syntax
'Declaration
 
Public Overrides Sub SetLength( _
   ByVal value As Long _
) 
'Usage
 
Dim instance As ArraySegmentStream
Dim value As Long
 
instance.SetLength(value)
public override void SetLength( 
   long value
)
public:
void SetLength( 
   int64 value
) override 

Parameters

value
The desired length of the current stream in bytes.
Exceptions
ExceptionDescription
An I/O error occurs.
The stream does not support both writing and seeking, such as if the stream is constructed from a pipe or console output.
Methods were called after the stream was closed.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ArraySegmentStream Class
ArraySegmentStream Members