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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.