[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Length of the stream

Namespace: Microsoft.WebSolutionsPlatform.Event
Assembly: PubSubMgr (PubSubMgr)

Syntax

Visual Basic (Declaration)
Public Overrides ReadOnly Property Length As Long
C#
public override long Length { get; }
C++
public:
virtual long long Length {
	long long get () override;
}