UnregisterShardAsync(IJobShard, CancellationToken)
abstract
public abstract Task UnregisterShardAsync(IJobShard shard, CancellationToken cancellationToken) Unregisters a shard owned by this silo.
Parameters
shardIJobShard- The shard to unregister.
cancellationTokenCancellationToken- Cancellation token.
Returns
A task representing the asynchronous operation.
