C# 클래스 Dev2.Tests.Runtime.ESB.RemoteWorkflowExecutionContainerMock

상속: Dev2.Runtime.ESB.Execution.RemoteWorkflowExecutionContainer
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
RemoteWorkflowExecutionContainerMock ( ServiceAction sa, IDSFDataObject dataObj, IWorkspace theWorkspace, IEsbChannel esbChannel, IResourceCatalog resourceCatalog ) : System.Collections.Generic

보호된 메소드들

메소드 설명
ExecuteGetRequest ( Connection connection, string serviceName, string payload, bool isDebugMode ) : string
ExecuteWebRequestAsync ( WebRequest buildGetWebRequest ) : void
FetchRemoteDebugItems ( Connection connection ) : IList

메소드 상세

ExecuteGetRequest() 보호된 메소드

protected ExecuteGetRequest ( Connection connection, string serviceName, string payload, bool isDebugMode ) : string
connection Connection
serviceName string
payload string
isDebugMode bool
리턴 string

ExecuteWebRequestAsync() 보호된 메소드

protected ExecuteWebRequestAsync ( WebRequest buildGetWebRequest ) : void
buildGetWebRequest System.Net.WebRequest
리턴 void

FetchRemoteDebugItems() 보호된 메소드

protected FetchRemoteDebugItems ( Connection connection ) : IList
connection Connection
리턴 IList

RemoteWorkflowExecutionContainerMock() 공개 메소드

public RemoteWorkflowExecutionContainerMock ( ServiceAction sa, IDSFDataObject dataObj, IWorkspace theWorkspace, IEsbChannel esbChannel, IResourceCatalog resourceCatalog ) : System.Collections.Generic
sa Dev2.DynamicServices.Objects.ServiceAction
dataObj IDSFDataObject
theWorkspace IWorkspace
esbChannel IEsbChannel
resourceCatalog IResourceCatalog
리턴 System.Collections.Generic