ConnectorStatusBlock ​
An update on the general state of a connector.
Kind: Class
Namespace: CrowdControl.Common
Inheritance: CrowdControlBlock → IEquatable\<CrowdControlBlock\>
Public Constructors
ConnectorStatusBlock(ConnectorInfo connector, string message = null)
Creates a new instance of the CrowdControl.Common.ConnectorStatusBlock class.
Public Member Functions
virtual override
string
ToString()
Public Attributes
ConnectorInfo
Connector
The connector to which this report pertains.
string
Message
The message from the client (if any).
