C# 클래스 Dev2.DynamicServices.Objects.Dev2XamlLoader

Created to break memory leak in ServiceAction ;)
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
Load ( StringBuilder xamlDefinition, Stream &xamlStream, Queue &workflowPool, System.Activities.Activity &workflowActivity ) : void

Loads the specified xaml definition.

메소드 상세

Load() 공개 메소드

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.
리턴 void