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