CompositeActivity.OnActivityExecutionContextLoad(IServiceProvider) Método
Definição
Chamado pelo mecanismo de runtime de fluxo de trabalho sempre que o ActivityExecutionContext para esta atividade for carregado.Called by the workflow runtime engine every time the ActivityExecutionContext for this activity is loaded.
protected public:
override void OnActivityExecutionContextLoad(IServiceProvider ^ provider);
protected internal override void OnActivityExecutionContextLoad (IServiceProvider provider);
override this.OnActivityExecutionContextLoad : IServiceProvider -> unit
Protected Friend Overrides Sub OnActivityExecutionContextLoad (provider As IServiceProvider)
Parâmetros
- provider
- IServiceProvider
Um Object que implementa IServiceProvider e fornece serviços para essa instância.An Object that implements IServiceProvider and provides services to this instance.