Share via


DeployedApplicationHealthStateChunkList Class

Definition

public sealed class DeployedApplicationHealthStateChunkList : System.Fabric.Health.HealthStateChunkList<System.Fabric.Health.DeployedApplicationHealthStateChunk>
type DeployedApplicationHealthStateChunkList = class
    inherit HealthStateChunkList<DeployedApplicationHealthStateChunk>
Public NotInheritable Class DeployedApplicationHealthStateChunkList
Inherits HealthStateChunkList(Of DeployedApplicationHealthStateChunk)
Inheritance
System.Object
DeployedApplicationHealthStateChunkList

Constructors

DeployedApplicationHealthStateChunkList()

Properties

Count (Inherited from HealthStateChunkList<T>)
IsReadOnly (Inherited from HealthStateChunkList<T>)
Item[Int32] (Inherited from HealthStateChunkList<T>)
TotalCount (Inherited from HealthStateChunkList<T>)

Methods

Add(T) (Inherited from HealthStateChunkList<T>)
Clear() (Inherited from HealthStateChunkList<T>)
Contains(T) (Inherited from HealthStateChunkList<T>)
CopyTo(T[], Int32) (Inherited from HealthStateChunkList<T>)
GetEnumerator() (Inherited from HealthStateChunkList<T>)
IndexOf(T) (Inherited from HealthStateChunkList<T>)
Insert(Int32, T) (Inherited from HealthStateChunkList<T>)
Remove(T) (Inherited from HealthStateChunkList<T>)
RemoveAt(Int32) (Inherited from HealthStateChunkList<T>)
ToString() (Inherited from HealthStateChunkList<T>)

Explicit Interface Implementations

IEnumerable.GetEnumerator() (Inherited from HealthStateChunkList<T>)

Extension Methods

ToCommaSeparatedString<T>(IEnumerable<T>)

Converts the elements of a collection to strings and concatenates them into a comma-separated list, or returns null for null or empty collections.

ToArray<T>(HealthStateChunkList<T>)

Applies to