Show / Hide Table of Contents

Class ScheduleTelemetryUpgradeParams

Transaction parameters for scheduling a telemetry services upgrade.

Inheritance
object
TransactionParams
TransactionParams<TransactionReceipt>
ScheduleTelemetryUpgradeParams
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed class ScheduleTelemetryUpgradeParams : TransactionParams<TransactionReceipt>
Examples

Roll out a telemetry-config refresh across the node fleet without a full software upgrade:

// Schedule a telemetry-config refresh across the node fleet. Used by
// Hedera operators to roll out observability changes without a full
// software upgrade.
var receipt = await client.ScheduleTelemetryUpgradeAsync(new ScheduleTelemetryUpgradeParams());
Console.WriteLine($"Telemetry schedule status: {receipt.Status}");

Properties

| Edit this page View Source

CancellationToken

An optional cancellation token that can be used to interrupt the transaction.

Declaration
public CancellationToken? CancellationToken { get; set; }
Property Value
Type Description
CancellationToken?
| Edit this page View Source

Signatory

Optional additional signatories.

Declaration
public Signatory? Signatory { get; set; }
Property Value
Type Description
Signatory
  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph