Click or drag to resize

CallCloseAuxStream Method

Close the indicated auxiliary stream.

Namespace:  WebexSDK
Assembly:  WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public void CloseAuxStream(
	IntPtr handle
)

Parameters

handle
Type: SystemIntPtr
The handle of the indicated auxiliary stream.
Remarks
Since: 2.0.0
See Also