ConnectionMonitorParameters Class
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.
Parameters that define the operation to create a connection monitor.
public class ConnectionMonitorParameters
type ConnectionMonitorParameters = class
Public Class ConnectionMonitorParameters
- Inheritance
-
ConnectionMonitorParameters
Constructors
ConnectionMonitorParameters() |
Initializes a new instance of the ConnectionMonitorParameters class. |
ConnectionMonitorParameters(ConnectionMonitorSource, ConnectionMonitorDestination, Nullable<Boolean>, Nullable<Int32>) |
Initializes a new instance of the ConnectionMonitorParameters class. |
Properties
AutoStart |
Gets or sets determines if the connection monitor will start automatically once created. |
Destination |
Gets or sets describes the destination of connection monitor. |
MonitoringIntervalInSeconds |
Gets or sets monitoring interval in seconds. |
Source |
Gets or sets describes the source of connection monitor. |
Methods
Validate() |
Validate the object. |