Skip to main content
.NET 6.0+

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.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Xpo

Declaration

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

Property Value

Type
Action<ResolveSessionEventArgs>
See Also