共用方式為


ProcessCloseHandler type

使用者提供的函式簽章,由 EventHubConsumerClient 停止接收數據分割的事件之後叫用。

type ProcessCloseHandler = (
  reason: CloseReason,
  context: PartitionContext
) => Promise<void>