Activate(Dictionary<string, object>, CancellationToken)
public void Activate(Dictionary<string, object>? requestContext, CancellationToken cancellationToken) Start activating this instance.
Parameters
requestContextDictionary<string, object>- The request context of the request which is causing this instance to be activated, if any.
cancellationTokenCancellationToken- A cancellation token which, when canceled, indicates that the process should complete promptly.
