ReadOnlyStream.Read Method
This member overrides Stream.Read([], Int32, Int32).
Namespace: Microsoft.Exchange.Common
Assembly: Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)
Syntax
'Declaration
Public Overrides Function Read ( _
buffer As Byte(), _
offset As Integer, _
count As Integer _
) As Integer
'Usage
Dim instance As ReadOnlyStream
Dim buffer As Byte()
Dim offset As Integer
Dim count As Integer
Dim returnValue As Integer
returnValue = instance.Read(buffer, offset, _
count)
public override int Read(
byte[] buffer,
int offset,
int count
)
Return Value
Type: System.Int32