WcfInstantFeedbackSource(Action<GetSourceEventArgs>, Action<GetSourceEventArgs>) Constructor
Initializes a new instance of the WcfInstantFeedbackSource with the specified settings.
Namespace: DevExpress.Data.WcfLinq
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
public WcfInstantFeedbackSource(
Action<GetSourceEventArgs> getSource,
Action<GetSourceEventArgs> freeSource
)
Parameters
Name | Type | Description |
---|---|---|
getSource | Action<GetSourceEventArgs> | An Action<GetSourceEventArgs> delegate, which is a method that will handle the WcfInstantFeedbackSource.GetSource event. The specified delegate is attached to this event. |
freeSource | Action<GetSourceEventArgs> | An Action<GetSourceEventArgs> delegate, which is a method that will handle the WcfInstantFeedbackSource.DismissSource event. The specified delegate is attached to this event. |
See Also