Change the length of the stream (not implemented, will always throw a NotSupportedException)


Namespace: PalmSens.Comm.Streams
Assembly: PalmSens (in PalmSens.dll)

Syntax

Visual Basic (Declaration)
Public Overrides Sub SetLength( _ 
   ByVal value As Long _ 
)
C#
public override void SetLength(
   long value
)
C++
public:
 virtual void SetLength(
   __int64 value
) override 
J#
public override void SetLength(
   long value
)
JScript
public override  function SetLength(
   value : long
)

Parameters

value
new length

See Also