Used by external applications to monitor blocked state between events
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property Blocked As Boolean <CompilerGeneratedAttribute> Get <CompilerGeneratedAttribute> Set End Property |
| C# |
|---|
| public bool Blocked { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; } |
| C++ |
|---|
| public property bool Blocked sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_Blocked(); /** property */ public void set_Blocked(bool value); |
| JScript |
|---|
| public CompilerGeneratedAttribute function get Blocked() : bool public CompilerGeneratedAttribute function set Blocked(value : bool); |