C# Class Dev2.DynamicServices.Objects.Dev2XamlLoader

Created to break memory leak in ServiceAction ;)
显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
Load ( StringBuilder xamlDefinition, Stream &xamlStream, Queue &workflowPool, System.Activities.Activity &workflowActivity ) : void

Loads the specified xaml definition.

Method Details

Load() public method

Loads the specified xaml definition.
xamlDefinition
public Load ( StringBuilder xamlDefinition, Stream &xamlStream, Queue &workflowPool, System.Activities.Activity &workflowActivity ) : void
xamlDefinition StringBuilder The xaml definition.
xamlStream Stream The xaml stream.
workflowPool Queue The workflow pool.
workflowActivity System.Activities.Activity The workflow activity.
return void