The AppViaStampCollectionclass represents a read-only collection of AppViaStamps.

This class implements the IEnumerableand ICollectioninterfaces and is derived from the System.Objectclass.

Inheritance hierarchy

System . . :: . . Object
   Microsoft.Rtc.Sip . . :: . . AppViaStampCollection

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
NotInheritable 
Class 
AppViaStampCollection _
	
Implements 
ICollection, 
IEnumerable
Visual Basic (usage)
Dim 
instance 
As 
AppViaStampCollection
C#
public 
sealed 
class 
AppViaStampCollection : 
ICollection, 
	
IEnumerable

Thread safety

Any public static( Sharedin Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also