Provides access to members that enumerate through ServerMachines.
Members
Name | Description | |
---|---|---|
Count | The number of ServerMachines in the enumeration. | |
Next | Returns the next ServerMachine in the enumeration. | |
Reset | Starts the enumeration at the beginning. |
IEnumServerMachine.Count Property
The number of ServerMachines in the enumeration.
Public ReadOnly Property Count As Integer
public int Count {get;}
IEnumServerMachine.Next Method
Returns the next ServerMachine in the enumeration.
Public Function Next ( _
) As IServerMachine
public IServerMachine Next (
);
IEnumServerMachine.Reset Method
Starts the enumeration at the beginning.
Public Sub Reset ( _
)
public void Reset (
);
Classes that implement IEnumServerMachine
Classes | Description |
---|