Click or drag to resize

AMLHttpClientLibraryServiceRegisterServer Method

Register a server which can provide the AML file resources

Namespace: Aml.Engine.Services.LibraryService
Assembly: Aml.Engine.Services.LibraryService (in Aml.Engine.Services.LibraryService.dll) Version: 1.0
Syntax
public virtual bool RegisterServer(
	string server
)

Parameters

server  String
The server address

Return Value

Boolean
true, if connecting to the server was successfull.

Implements

IAMLLibraryServiceRegisterServer(String)
Example
C#
RegisterServer ("https://automationml.ovgu.de/");
See Also