Udostępnij za pośrednictwem


AuditLog.NoCache Property

Gets or sets a Boolean value that specifies whether audit messages should be cached.

Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Usage

'Usage
Dim value As Boolean

value = AuditLog.NoCache

AuditLog.NoCache = value

Syntax

'Declaration
Public Shared Property NoCache As Boolean
public static bool NoCache { get; set; }
public:
static property bool NoCache {
    bool get ();
    void set (bool value);
}
/** @property */
public static boolean get_NoCache ()

/** @property */
public static void set_NoCache (boolean value)
public static function get NoCache () : boolean

public static function set NoCache (value : boolean)

Property Value

Type: Boolean
True if no caching happens and all the messages will be logged immediately, otherwise false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

AuditLog Class
AuditLog Members
Microsoft.Uii.Csr Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.