Click or drag to resize
SoDeviceContextSharedGroup Methods

The SoDeviceContextSharedGroup type exposes the following members.

Methods
  NameDescription
Public methodAdd

Adds a device context to the group.

Public methodContains(SoBaseContextCache)

Returns true if the specified object is already in the list of notified objects.

Public methodContains(SoDeviceContext)

Returns true if the passed context is part of the shared group.

Public methodDispose
Releases all resources used by SoDisposable.
(Inherited from SoDisposable.)
Public methodEquals (Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetId

Gets the id of this shared group.

Public methodGetPrimaryContext

Returns the first context found in the shared group.

Public methodGetType (Inherited from Object.)
Public methodRemove

Removes a device context from the group.

Public methodSetId

Sets a specific id for this shared group.

Public methodToString (Inherited from Object.)
Top
See Also