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

WcfInstantFeedbackDataSourceBase.DisposeCommand Property

Disposes of the WcfInstantFeedbackDataSource object and releases all the allocated resources.

Namespace: DevExpress.Xpf.Core.ServerMode

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public ICommand DisposeCommand { get; }

Property Value

Type Description
ICommand

An object implementing the ICommand interface, that defines the command.

Remarks

When using WcfInstantFeedbackDataSource, it must be disposed of to terminate the processing thread and release all the resources that it owns. This can be done either by calling its WcfInstantFeedbackDataSourceBase.Dispose method or by executing the DisposeCommand.

See Also