VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared.Web Namespace / WebResponseParamsBase Class / blocked Property
Syntax Requirements SeeAlso
In This Topic
    blocked Property (WebResponseParamsBase)
    In This Topic
    Gets or sets a value indicating whether the requested controller action is blocked by another request.
    Syntax
    'Declaration
    
    Public Property blocked As Boolean
    
    
    public bool blocked { get; set; }
    
    
    public: __property bool get_blocked();
    public: __property void set_blocked(
    bool value
    );
    public:
    property bool blocked { bool get(); void set(bool value); }

    Property Value

    True - requested action is blocked by another request; false - requested action is NOT blocked by another request.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also