Share via


_ILyncClientEvents Interface

LyncClient Events. Events raised when client platform state changes. State changes do not include conversation or contact state changes.

Namespace:  UCCollaborationLib
Assembly:  Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)

Syntax

dispinterface _ILyncClientEvents

Remarks

These state changes relate to the state of Communicator itself. You use these events to monitor the signed-in state of Communicator as well as catch any general endpoint notifications sent to Communicator from Communications Server. This is a dispinterface. Its members define the event handlers for the events raised by an ILyncClient object. To catch the events, an OCOM API client must implement these event handlers and advise the event source of the implementation if it is interested in to receive the events. To prevent memory leaks, the client should unadvise the events when it is no longer interested in the events.The interface identifier (IID) of this interface is 953ae732-f53a-4116-ac1b-0321b3fb3dba.

See Also

_ILyncClientEvents Members

UCCollaborationLib Namespace