GetSourceEventArgs.AreSourceRowsThreadSafe Property
Specifies whether elements retrieved by the WcfInstantFeedbackSource‘s queryable source are thread-safe.
Namespace: DevExpress.Data.WcfLinq
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, if elements retrieved by the queryable source are thread-safe; otherwise, false. |
#Remarks
Set this property in a WcfInstantFeedbackSource.GetSource event handler, according to the type (thread-safe or not) of elements retrieved by a queryable source that is provided via the GetSourceEventArgs.Query property. By default, the AreSourceRowsThreadSafe property is initialized by the WcfInstantFeedbackSource.AreSourceRowsThreadSafe property value.
Note
Do not set the Are