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

Return Value

Type: System.IAsyncResult

See Also

DelegatingStream Class
Microsoft.ServiceBus.Channels Namespace

Return to top