Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPObjectSpace.AsyncServerModeSourceDismissSession Property

OBSOLETE

Use the 'InstantFeedbackSourceDismissSession' field instead.

This property is obsolete (use the ‘InstantFeedbackSourceDismissSession’ field instead).

Namespace: DevExpress.ExpressApp.Xpo

Assembly: DevExpress.ExpressApp.Xpo.v19.2.dll

Declaration

[Obsolete("Use the 'InstantFeedbackSourceDismissSession' field instead.")]
[Browsable(false)]
public Action<ResolveSessionEventArgs> AsyncServerModeSourceDismissSession { get; set; }

Property Value

Type
Action<ResolveSessionEventArgs>
See Also