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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.