Skip to content

SystemTarget.Activate(Dictionary<string, object>, CancellationToken)

Activate(Dictionary<string, object>, CancellationToken)

View source
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.