DomainLoader.DoCallback Method

Tungsten Suite

DomainLoaderDoCallback Method

Executes an action in the context of the hosted AppDomain

Namespace:  W.Domains
Assembly:  Tungsten.Domains (in Tungsten.Domains.dll) Version: 2.0.0
Syntax
C#
public void DoCallback(
	Action action
)

Parameters

action
Type: SystemAction
The action to be called in the context of the hosted AppDomain
See Also