Table of Contents

Class RestClientAgentCollection

Namespace
Kepware.Api.Model
Assembly
Kepware.Api.dll

Represents the collection of REST Client agents in the IoT Gateway.

[Endpoint("/config/v1/project/_iot_gateway/rest_clients", null)]
public class RestClientAgentCollection : EntityCollection<RestClientAgent>, IList<RestClientAgent>, ICollection<RestClientAgent>, IReadOnlyList<RestClientAgent>, IReadOnlyCollection<RestClientAgent>, IEnumerable<RestClientAgent>, IList, ICollection, IEnumerable, IHaveOwner
Inheritance
RestClientAgentCollection
Implements
Inherited Members

Constructors

RestClientAgentCollection()

Initializes a new instance of the RestClientAgentCollection class.