Not supported.

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Overrides 
Function 
BeginRead ( _
	
buffer 
As 
Byte(), _
	
offset 
As 
Integer, _
	
count 
As 
Integer, _
	
callback 
As 
AsyncCallback, _
	
state 
As 
Object _
) 
As 
IAsyncResult
C#
public 
override 
IAsyncResult 
BeginRead(
	
byte[] 
buffer,
	
int 
offset,
	
int 
count,
	
AsyncCallback 
callback,
	
Object 
state
)
Visual C++
public:
virtual 
IAsyncResult^ 
BeginRead(
	
array<
unsigned char>^ 
buffer, 
	
int 
offset, 
	
int 
count, 
	
AsyncCallback^ 
callback, 
	
Object^ 
state
) 
override
JavaScript
function 
beginRead(
buffer, 
offset, 
count, 
callback, 
state);

Parameters

buffer
Type: array< Byte > [] () []
Not applicable.
offset
Type: Int32
Not applicable.
count
Type: Int32
Not applicable.
callback
Type: AsyncCallback
Not applicable.
state
Type: Object
Not applicable.

Return Value

Not applicable.

Exceptions

Exception Condition
NotSupportedException Thrown when this method is called.

See Also