TryUpdateFlowState Method

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

Syntax

'Declaration
Protected Function TryUpdateFlowState ( _
    state As MediaFlowState, _
    <OutAttribute> ByRef previousState As MediaFlowState _
) As Boolean
'Usage
Dim state As MediaFlowState
Dim previousState As MediaFlowState
Dim returnValue As Boolean

returnValue = Me.TryUpdateFlowState(state, _
    previousState)
protected bool TryUpdateFlowState(
    MediaFlowState state,
    out MediaFlowState previousState
)

Parameters

Return Value

Type: System..::..Boolean

See Also

Reference

MediaFlow Class

MediaFlow Members

Microsoft.Rtc.Collaboration.ComponentModel Namespace