C# 클래스 Dev2.Runtime.ESB.Execution.PluginServiceContainer

상속: EsbExecutionContainer
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( ErrorResultTO &errors, int update ) : System.Guid
Execute ( IDSFDataObject inputs, IDev2Activity activity ) : IExecutionEnvironment
PluginServiceContainer ( IServiceExecution pluginServiceExecution ) : System
PluginServiceContainer ( ServiceAction sa, IDSFDataObject dataObj, IWorkspace theWorkspace, IEsbChannel esbChannel ) : System

메소드 상세

Execute() 공개 메소드

public Execute ( ErrorResultTO &errors, int update ) : System.Guid
errors Dev2.DataList.Contract.ErrorResultTO
update int
리턴 System.Guid

Execute() 공개 메소드

public Execute ( IDSFDataObject inputs, IDev2Activity activity ) : IExecutionEnvironment
inputs IDSFDataObject
activity IDev2Activity
리턴 IExecutionEnvironment

PluginServiceContainer() 공개 메소드

public PluginServiceContainer ( IServiceExecution pluginServiceExecution ) : System
pluginServiceExecution IServiceExecution
리턴 System

PluginServiceContainer() 공개 메소드

public PluginServiceContainer ( ServiceAction sa, IDSFDataObject dataObj, IWorkspace theWorkspace, IEsbChannel esbChannel ) : System
sa Dev2.DynamicServices.Objects.ServiceAction
dataObj IDSFDataObject
theWorkspace IWorkspace
esbChannel IEsbChannel
리턴 System