CSLA.NET 6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Channels.Local.LocalProxyOptions Class Reference

Options for LocalProxy More...

Properties

bool FlowSynchronizationContext = false [getset]
 Gets or sets a value indicating whether any synchronization context should be flowed to child tasks by LocalProxy. More...
 
bool UseLocalScope = true [getset]
 Gets or sets a value indicating whether a new dependency injection scope should be created for each data portal call. More...
 

Detailed Description

Options for LocalProxy

Definition at line 13 of file LocalProxyOptions.cs.

Property Documentation

◆ FlowSynchronizationContext

bool Csla.Channels.Local.LocalProxyOptions.FlowSynchronizationContext = false
getset

Gets or sets a value indicating whether any synchronization context should be flowed to child tasks by LocalProxy.

Setting this to true may restrict or eliminate the use of background threads by LocalProxy. (default is false)

Definition at line 23 of file LocalProxyOptions.cs.

◆ UseLocalScope

bool Csla.Channels.Local.LocalProxyOptions.UseLocalScope = true
getset

Gets or sets a value indicating whether a new dependency injection scope should be created for each data portal call.

(default is true)

Definition at line 29 of file LocalProxyOptions.cs.