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
//-----------------------------------------------------------------------
8
namespace
Csla.Channels.Local
9
{
13
public
class
LocalProxyOptions
14
{
23
public
bool
FlowSynchronizationContext
{
get
;
set
; } =
false
;
29
public
bool
UseLocalScope
{
get
;
set
; } =
true
;
30
}
31
}
Csla.Channels.Local.LocalProxyOptions
Options for LocalProxy
Definition:
LocalProxyOptions.cs:14
Csla.Channels.Local.LocalProxyOptions.FlowSynchronizationContext
bool FlowSynchronizationContext
Gets or sets a value indicating whether any synchronization context should be flowed to child tasks b...
Definition:
LocalProxyOptions.cs:23
Csla.Channels.Local.LocalProxyOptions.UseLocalScope
bool UseLocalScope
Gets or sets a value indicating whether a new dependency injection scope should be created for each d...
Definition:
LocalProxyOptions.cs:29
Csla.Channels.Local
Definition:
IApplicationContextProvider.cs:9
Generated by
1.9.2