Show / Hide Table of Contents

Delegate ErrorHookCallback

ErrorHookCallback is a delegate that defines the signature of ErrorHook callback functions. Returns true to retry the operation, false to not retry.

Namespace: Pulumi
Assembly: Pulumi.dll
Syntax
public delegate Task<bool> ErrorHookCallback(ErrorHookArgs args, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ErrorHookArgs args ErrorHookCallback is a delegate that defines the signature of callback functions. Returns true to retry the operation, false to not retry.
CancellationToken cancellationToken ErrorHookCallback is a delegate that defines the signature of callback functions. Returns true to retry the operation, false to not retry.
Returns
Type Description
Task<bool> ErrorHookCallback is a delegate that defines the signature of callback functions. Returns true to retry the operation, false to not retry.
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.