Xamarin.Forms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LOCKTYPE

    Show / Hide Table of Contents

    Class LOCKTYPE

    The LOCKTYPE enumeration values indicate the type of locking requested for the specified range of bytes.

    Inheritance
    System.Object
    LOCKTYPE
    Namespace: Syncfusion.CompoundFile.DocIO.Net
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public sealed class LOCKTYPE : Enum

    Fields

    LOCK_EXCLUSIVE

    If this lock is granted, writing to the specified range of bytes is prohibited except by the owner granted this lock.

    Declaration
    public const LOCKTYPE LOCK_EXCLUSIVE
    Field Value
    Type Description
    LOCKTYPE

    LOCK_ONLYONCE

    If this lock is granted, no other LOCK_ONLYONCE lock can be obtained on the range. Usually this lock type is an alias for some other lock type. Thus, specific implementations can have additional behavior associated with this lock type.

    Declaration
    public const LOCKTYPE LOCK_ONLYONCE
    Field Value
    Type Description
    LOCKTYPE

    LOCK_WRITE

    If this lock is granted, the specified range of bytes can be opened and read any number of times, but writing to the locked range is prohibited except for the owner who granted this lock.

    Declaration
    public const LOCKTYPE LOCK_WRITE
    Field Value
    Type Description
    LOCKTYPE

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved