WcfInstantFeedbackSource(Action<GetSourceEventArgs>) Constructor
In This Article
Initializes a new instance of the WcfInstantFeedbackSource with the specified settings.
Namespace: DevExpress.Data.WcfLinq
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public WcfInstantFeedbackSource(
Action<GetSourceEventArgs> getSource
)
#Parameters
Name | Type | Description |
---|---|---|
get |
Action<Get |
An Action<Get |
See Also