Click or drag to resize

OperationArgumentExtensionsTryGetTerminalAddress Method

Returns address of the specified terminal or null if the terminal is not available. The address can be IPv4/IPv6/Domain name/Netbios name.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public static string TryGetTerminalAddress(
	this ITerminal terminal
)

Parameters

terminal
Type: Resto.Front.Api.Data.OrganizationITerminal
Terminal to get its address.

Return Value

Type: String

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ITerminal. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also