The MediaFlowtype exposes the following members.

Constructors

  Name Description
MediaFlow
Creates a new instance of a flow for a specific dialog context

Methods

  Name Description
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
MakeCallback
Invokes a specified call using the application's queue for the events.
MemberwiseClone (Inherited from Object.)
RaiseEvent < (Of < ( TEventArg > ) > )
Raises a generic event with a specific event argument type.
ToString (Inherited from Object.)
TryUpdateFlowState
Updates the MediaFlow's state.

Properties

  Name Description
SignalingContext
Gets the value of associated SignalingContext for the flow.
State
Gets or sets the MediaFlowState for the flow.

Events

  Name Description
StateChanged
Raised when the state of MediaFlow has changed.

See Also