ISiteStatusProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the interface that a class must implement to act as a site status provider.
public interface class ISiteStatusProvider
public interface ISiteStatusProvider
type ISiteStatusProvider = interface
Public Interface ISiteStatusProvider
Properties
SupportedProtocols |
Gets a list of protocols that are supported by the site. |
Methods
GetSiteStatus(Site, String) |
Returns the running state of the site and provides an error message. |