BlockDetach Method
- Last UpdatedApr 08, 2026
- 1 minute read
Detaches a block.
[Obsolete("BlockDetach is deprecated. Use Subscribe/UnSubscribe instead of Attach/Detach. <-- [DECEMBER 2021]")]
public void BlockDetach(
uint blockID
)
[Obsolete("BlockDetach is deprecated. Use Subscribe/UnSubscribe instead of Attach/Detach. <-- [DECEMBER 2021]")]
public:
void BlockDetach(
uint blockID
)
Parameters
- blockID
- The Block ID.
| Exception | Description |
|---|---|
| System.ArgumentException | Block ID is zero. |