Implements an object space. Object spaces are collections of objects that share a common lock and lifetime.

Inheritance hierarchy

System . . :: . . Object
   Microsoft.Rtc.Sip . . :: . . ObjectSpace

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

Syntax

Visual Basic (declaration)
Public 
NotInheritable 
Class 
ObjectSpace _
	
Implements 
IDisposable
Visual Basic (usage)
Dim 
instance 
As 
ObjectSpace
C#
public 
sealed 
class 
ObjectSpace : 
IDisposable

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