Interface IServiceConnection
Namespace: MAT.Atlas.Automation.Api.Models.Interfaces
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public interface IServiceConnection
Properties
FriendlyName
Declaration
string FriendlyName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Id
Declaration
ObjectId Id { get; set; }
Property Value
| Type | Description |
|---|---|
| ObjectId |
State
Declaration
ConnectionState State { get; set; }
Property Value
| Type | Description |
|---|---|
| ConnectionState |