Skip to main content

WcfInstantFeedbackDataSourceBase.Dispose() Method

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

Namespace: DevExpress.Xpf.Core.ServerMode

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public void Dispose()

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 Dispose method or by executing the WcfInstantFeedbackDataSourceBase.DisposeCommand.

See Also