Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ParallelHelper Class / Semaphore Property


In This Topic
    Semaphore Property
    In This Topic
    Gets the semaphore.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property Semaphore As Semaphore
    'Usage
     
    
    Dim value As Semaphore
     
    value = ParallelHelper.Semaphore
    public static Semaphore Semaphore {get;}
    See Also