Click or drag to resize
ICoreApiEcho Method
Echoes the specified message.

Namespace: Atomia.Provisioning.Service
Assembly: Atomia.Provisioning.Service (in Atomia.Provisioning.Service.dll) Version: 17.3.6337.16014
Syntax
string Echo(
	string message
)

Parameters

message
Type: SystemString
The message.

Return Value

Type: String
The same string as a message.
See Also