Gets the number of maximum concurrent streams.
Syntax
Visual Basic (Declaration) | |
---|
Protected Overridable MustOverride ReadOnly Property StreamsLimit As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ServiceStreamer(Of TStreamedData,TServiceState)
Dim value As Integer
value = instance.StreamsLimit
|
C# | |
---|
protected virtual abstract int StreamsLimit {get;} |
C++/CLI | |
---|
protected:
virtual abstract property int StreamsLimit {
int get();
} |
Return Value
The number of concurrent streams.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also