Click or drag to resize

ChannelCollectionBase<T> .BinaryLength Property

Gets the length of the ChannelCollectionBase<T>.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.241-beta
Syntax
public virtual int BinaryLength { get; }
View Source

Property Value

Int32

Implements

ISupportBinaryImage.BinaryLength
Remarks
The length of the ChannelCollectionBase<T> binary image is the combined length of all the items in the collection.
The default implementation assumes all IChannel items in the collection have the same length, hence the value returned is the BinaryLength of the first item in the collection times the Count.
See Also