Skip to main content
A newer version of this page is available. .

XPObjectSpace.AsyncServerModeSourceDismissSession Property

OBSOLETE

Use the 'InstantFeedbackSourceDismissSession' field instead.

This API is obsolete now.

Namespace: DevExpress.ExpressApp.Xpo

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

Declaration

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

Property Value

Type
Action<ResolveSessionEventArgs>
See Also