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.
LocalProxyOptions.cs
Go to the documentation of this file.
1//-----------------------------------------------------------------------
2// <copyright file="LocalProxy.cs" company="Marimer LLC">
3// Copyright (c) Marimer LLC. All rights reserved.
4// Website: https://cslanet.com
5// </copyright>
6// <summary>Implements a data portal proxy to relay data portal</summary>
7//-----------------------------------------------------------------------
9{
13 public class LocalProxyOptions
14 {
23 public bool FlowSynchronizationContext { get; set; } = false;
29 public bool UseLocalScope { get; set; } = true;
30 }
31}
bool FlowSynchronizationContext
Gets or sets a value indicating whether any synchronization context should be flowed to child tasks b...
bool UseLocalScope
Gets or sets a value indicating whether a new dependency injection scope should be created for each d...