WcfInstantFeedbackDataSourceBase.Dispose() Method
Disposes of the DevExpress.Xpf.Core.ServerMode.WcfInstantFeedbackDataSource object and releases all the allocated resources.
Namespace: DevExpress.Xpf.Core.ServerMode
Assembly: DevExpress.Xpf.Core.v26.1.dll
Declaration
Remarks
When using DevExpress.Xpf.Core.ServerMode.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]DevExpress.Xpf.Core.ServerMode.WcfInstantFeedbackDataSourceBase.DisposeCommand.
See Also