RedirectingEventArgs.DisableAutomaticRedirection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the value indicating whether the application wants the disable automatic redirection based on the redirect action set in this event arg after returning from the redirect callback handler of the application. If disabled, the application takes the responsibility to store this event arg, set the redirect action later, and call ResumeRedirection. Failure to do so will result in the pending Particpate method hanging.
public:
property bool DisableAutomaticRedirection { bool get(); void set(bool value); };
public bool DisableAutomaticRedirection { get; set; }
member this.DisableAutomaticRedirection : bool with get, set
Public Property DisableAutomaticRedirection As Boolean