FlowConfigurationRequestedEventArgs Constructor
Creates new instance of FlowConfigurationRequestedEventArgs class.
Namespace: Microsoft.Rtc.Collaboration.ComponentModel
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub New ( _
flow As MediaFlow _
)
'Usage
Dim flow As MediaFlow
Dim instance As New FlowConfigurationRequestedEventArgs(flow)
public FlowConfigurationRequestedEventArgs(
MediaFlow flow
)
Parameters
- flow
Type: Microsoft.Rtc.Collaboration.ComponentModel.MediaFlow
The flow that controls the media.
See Also
Reference
FlowConfigurationRequestedEventArgs Class