Loupe - Log - Monitor - Resolve
Loupe.Configuration Namespace / SessionFileConfiguration Class / ForceSynchronous Property

In This Topic
    ForceSynchronous Property (SessionFileConfiguration)
    In This Topic
    When true, the session file will treat all write requests as write-through requests.
    Syntax
    'Declaration
     
    
    Public Property ForceSynchronous As Boolean
    public bool ForceSynchronous {get; set;}
    Remarks
    This overrides the write through request flag for all published requests, acting as if they are set true. This will slow down logging and change the degree of parallelism of multithreaded applications since each log message will block until it is committed.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also