Click or drag to resize
ISpacesService Interface
Interface used to represent the Spaces service.

Namespace: Avaya.ClientServices.Spaces
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public interface ISpacesService

The ISpacesService type exposes the following members.

Properties
  NameDescription
Public propertyIsServiceAvailable
Returns a value of true if the spaces service is currently available, or false if the spaces service is unavailable.
Public propertySelfAddress
Returns the registered address of the current spaces user. Note that this address can be different than in other services.
Top
Methods
  NameDescription
Public methodRetrieveActiveSpaces
Retrieves the active spaces that the current user is a member of.
Top
Events
  NameDescription
Public eventServiceAvailable
Notifies the application that the spaces service has successfully started or been restored.
Public eventServiceUnavailable
Notifies the application that the spaces service has been successfully closed or its work was interrupted, for example by a network or server problem.
Top
See Also