VintaSoft Imaging .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; }

Property Value

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

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

See Also