Nexeed

Block Management

    • Introduction
    • User manual
      • Filter area
      • Blocking area
    • Developer documentation
      • Concepts
        • Key concepts
        • Runtime view
      • How-Tos
        • Integrate with Block Management agent
        • Call Create Block
        • Receive Create Block
        • Receive Release Block
    • API documentation
Block Management
  • Industrial Application System
  • Core Services
    • Block Management
    • Deviation Processor
    • ID Builder
    • Multitenant Access Control
    • Notification Service
    • Reporting Management
    • Ticket Management
    • Web Portal
  • Shopfloor Management
    • Andon Live
    • Global Production Overview
    • KPI Reporting
    • Operational Routines
    • Shift Book
    • Shopfloor Management Administration
  • Product & Quality
    • Product Setup Management
    • Part Traceability
    • Process Quality
    • Setup Specs
  • Execution
    • Line Control
    • Material Management
    • Order Management
    • Packaging Control
    • Rework Control
  • Intralogistics
    • AGV Control Center
    • Stock Management
    • Transport Management
  • Machine & Equipment
    • Condition Monitoring
    • Device Portal
    • Maintenance Management
    • Tool Management
  • Enterprise & Shopfloor Integration
    • Archiving Bridge
    • Data Publisher
    • Direct Data Link
    • Engineering UI
    • ERP Connectivity
    • Gateway
    • Information Router
    • Master Data Management
    • Orchestrator
Nexeed Learning Portal
  • Block Management
  • Developer documentation
  • How-Tos
  • Receive Release Block
✎

How to receive release block

The third-party module requires receiving release block information from Block Management once block release information is available. To achieve this, implement the INativeBlockOperator interface and invoke the ReleaseBlock method.

public class NativeBlockOperator : INativeBlockOperator
{
  public async Task ReleaseBlock(ReleaseBlockDetail blockDetail)
  {
    //blockDetail receives release block information.
  }
}

Once this method is successfully executed, the BlockManagement. Agent will automatically send the Active Release Block message to Block Management.

Information on the properties for the ReleaseBlockDetail object can be found in the API Documentation.

Contents

© Robert Bosch Manufacturing Solutions GmbH 2023-2025, all rights reserved

Changelog Corporate information Legal notice Data protection notice Third party licenses