RedirectAction Enumeration

Enumerates redirect actions.

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

Syntax

'Declaration
Public Enumeration RedirectAction
'Usage
Dim instance As RedirectAction
public enum RedirectAction

Members

Member name Description
TryAll Tries all the redirect targets in the collection.
TryNone Tries none of the redirect targets(abandons the redirect).
TryThis Tries the current redirect and prompt again if need to try more redirect targets.
SkipThis Skips the current redirect and prompts again if there are more redirect targets.

See Also

Reference

Microsoft.Rtc.Signaling Namespace