Registrations constructor

Registrations(
  1. CancellationTokenSource source
)

Tracks the running callback to assist ctr.Dispose() to wait for the target callback to complete. Initializes the instance.

Implementation

// int _executingCallbackId = 0;

/// Initializes the instance.
Registrations(this.source);