blocked Property (WebResponseParamsBase)
Gets or sets a value indicating whether the requested controller action is blocked by another request.
'Declaration
Public Property blocked As Boolean
public bool blocked { get; set; }
public: __property bool get_blocked();
public: __property void set_blocked(
bool
);
public:
property bool blocked {
bool get();
void set(bool );
}
Property Value
True - requested action is blocked by another request; false - requested action is NOT blocked by another request.
Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5