C# Class Dev2.Tests.Runtime.ESB.RemoteWorkflowExecutionContainerMock

Inheritance: Dev2.Runtime.ESB.Execution.RemoteWorkflowExecutionContainer
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Méthode Description
RemoteWorkflowExecutionContainerMock ( ServiceAction sa, IDSFDataObject dataObj, IWorkspace theWorkspace, IEsbChannel esbChannel, IResourceCatalog resourceCatalog ) : System.Collections.Generic

Méthodes protégées

Méthode Description
ExecuteGetRequest ( Connection connection, string serviceName, string payload, bool isDebugMode ) : string
ExecuteWebRequestAsync ( WebRequest buildGetWebRequest ) : void
FetchRemoteDebugItems ( Connection connection ) : IList

Method Details

ExecuteGetRequest() protected méthode

protected ExecuteGetRequest ( Connection connection, string serviceName, string payload, bool isDebugMode ) : string
connection Connection
serviceName string
payload string
isDebugMode bool
Résultat string

ExecuteWebRequestAsync() protected méthode

protected ExecuteWebRequestAsync ( WebRequest buildGetWebRequest ) : void
buildGetWebRequest System.Net.WebRequest
Résultat void

FetchRemoteDebugItems() protected méthode

protected FetchRemoteDebugItems ( Connection connection ) : IList
connection Connection
Résultat IList

RemoteWorkflowExecutionContainerMock() public méthode

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
Résultat System.Collections.Generic