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
Determines whether the specified Object is equal to the current Object.
(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
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemove

Removes a device context from the group.

Public methodSetId

Sets a specific id for this shared group.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also