DelegatingStream.Read Method (Byte[], Int32, Int32)
Namespace: Microsoft.ServiceBus.Channels
Assembly: Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
Syntax
public override int Read(
byte[] buffer,
int offset,
int count
)
public:
virtual int Read(
array<unsigned char>^ buffer,
int offset,
int count
) override
override Read :
buffer:byte[] *
offset:int *
count:int -> int
Public Overrides Function Read (
buffer As Byte(),
offset As Integer,
count As Integer
) As Integer
Parameters
- buffer
Type: System.Byte[]
- offset
Type: System.Int32
- count
Type: System.Int32
Return Value
Type: System.Int32
See Also
DelegatingStream Class
Microsoft.ServiceBus.Channels Namespace
Return to top