Click or drag to resize

ISpacesServiceRetrieveActiveSpaces Method

Retrieves the active spaces that the current user is a member of.

Namespace:  Avaya.ClientServices.Spaces
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
void RetrieveActiveSpaces(
	SpacesRetrievalWatcher watcher
)

Parameters

watcher
Type: Avaya.ClientServices.SpacesSpacesRetrievalWatcher
The watcher object that receives notifications regarding the retrieval of the spaces. If the user subscribes to additional spaces, the watcher object will provide notification of the newly subscribed space.
See Also