Clears all buffers for this stream and causes any buffered data to be written to the underlying device.

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

Syntax

Visual Basic (Declaration)
Public 
Overrides 
Sub 
Flush
C#
public 
override 
void 
Flush()
Visual C++
public:
virtual 
void 
Flush() 
override
JavaScript
function 
flush();

See Also