RedirectAction Enumeration
Indicates possible actions for a redirect target.
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 prompts again if necessary to try more redirect targets. | |
SkipThis | Skips the current redirect target and prompts again if there are more redirect targets. |