Click or drag to resize
IServiceChecker Interface
Interface representing control for checking service availability.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax
C#
public interface IServiceChecker

The IServiceChecker type exposes the following members.

Properties
  NameDescription
Public propertyMessagesPlaceHolder
Placeholder for messages.
Public propertyServiceUrl
URL of service to be checked.
Public propertyStopProcessing
Indicates if the control should perform the operations.
Top
Events
  NameDescription
Public eventOnCheckFailed
Event raised when javascript service check detects problem with WCF.
Top
See Also