Click or drag to resize

CasualCustomerService.IsZoneAvailable Method

Determines whether [is zone available] [the specified authentication key].

Namespace:  AMCS.Elemos.IntegrationService.Services.CasualCustomer
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool IsZoneAvailable(
	string authenticationKey,
	ZoneSearchRequest searchRequest
)

Parameters

authenticationKey
Type: System.String
The authentication key.
searchRequest
Type: AMCS.Elemos.IntegrationService.Entity.CasualCustomer.ZoneSearchRequest
The search request.

Return Value

Type: Boolean
Exceptions
ExceptionCondition
NotImplementedException
See Also