Click or drag to resize

CoreApiProxyEcho Method

Echoes the specified message.

Namespace:  Atomia.Billing.Core.Sdk.ServiceProxies
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public string Echo(
	string message
)

Parameters

message
Type: SystemString
The message.

Return Value

Type: String

[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.ServiceProxies.CoreApiProxy.Echo(System.String)"]

Implements

ICoreApiEcho(String)
See Also