Click or drag to resize
weroSoft AG, Software
ConfiguratorGetEndpointConfiguration Method (String, String)
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Gets an endpoint configuration for a particular target service.

Namespace:  WeroSoft.Communication.Configuration
Assembly:  WeroSoft.Communication.Library (in WeroSoft.Communication.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public virtual EndpointConfiguration GetEndpointConfiguration(
	string targetPath,
	string[] targetTags
)

Parameters

targetPath
Type: SystemString
Service which shall be reached using the returned configuration.
targetTags
Type: SystemString
Tags to search the endpoint.

Return Value

Type: EndpointConfiguration
A valid a endpoint configuration.

Implements

IEndpointConfiguratorGetEndpointConfiguration(String, String)
See Also