S4ServiceClient Constructor (ServiceDescriptor, String, String) A Sandcastle Documented Class Library
Construct a
S4ServiceClient
accessing a specific processing pipeline on the s4.ontotext.com platform using the given credentials.

Namespace: Ontotext.S4.service
Assembly: S4ClientLibrary (in S4ClientLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public S4ServiceClient(
	ServiceDescriptor item,
	string apiKeyId,
	string apiPassword
)

Parameters

item
Type: Ontotext.S4.catalogServiceDescriptor
the {@link ServiceDescriptor} which represents the processing pipeline which will be used
apiKeyId
Type: SystemString
API key ID for authentication
apiPassword
Type: SystemString
corresponding password
See Also

Reference