Status Constructor Isonas .NET Client API Documentation
Initializes a new instance of the Status class

Namespace: Bsw.Isonas.Dotnet.Client.Entities.Status
Assembly: Bsw.Isonas.Dotnet.Client (in Bsw.Isonas.Dotnet.Client.dll) Version: 1.2.1.0 (1.2.1)
Syntax

public Status(
	IEnumerable<ControllerSupervisor> controllerSupervisors,
	IEnumerable<IoSupervisor> ioSupervisors
)

Parameters

controllerSupervisors
Type: OnlineSystem.Collections.Generic IEnumerable ControllerSupervisor 
ioSupervisors
Type: OnlineSystem.Collections.Generic IEnumerable IoSupervisor 
See Also