Activity.OnActivityExecutionContextLoad(IServiceProvider) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called by the workflow runtime whenever an ActivityExecutionContext is loaded. For example, this method is called during the creation of an ActivityExecutionContext as well as every time the ActivityExecutionContext is reincarnated when a workflow instance is loaded from persistent storage.
protected public:
virtual void OnActivityExecutionContextLoad(IServiceProvider ^ provider);
protected internal virtual void OnActivityExecutionContextLoad (IServiceProvider provider);
abstract member OnActivityExecutionContextLoad : IServiceProvider -> unit
override this.OnActivityExecutionContextLoad : IServiceProvider -> unit
Protected Friend Overridable Sub OnActivityExecutionContextLoad (provider As IServiceProvider)
Parameters
- provider
- IServiceProvider
The IServiceProvider that provides the service.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.