LyncClient Members
Include Protected Members
Include Inherited Members
Implements the client class which represents the main entry point for the API. Repesents the Lync client and provides access to conversations and contacts via their respective manager classes.
The LyncClient type exposes the following members.
Properties
Name | Description | |
---|---|---|
Capabilities | Determine whether ours is the preferred client for a capability. | |
ContactManager | Gets the contact group manager. (inherited from Client) | |
ConversationManager | Gets the conversations manager. (inherited from Client) | |
DelegatorClients | Gets an array of IDelegatorClient objects. | |
DeviceManager | Gets the device manager. | |
InSuppressedMode | Returns true when in Full UI Suppression mode. | |
Self | Gets the self object. (inherited from Client) | |
SignInConfiguration | Gets the configuration manager. | |
State | Gets the current platform state. (inherited from Client) | |
Uri | Gets the URI of the client. (inherited from Client) | |
Utilities | Returns the IUtilities object. |
Top
Methods
Name | Description | |
---|---|---|
BeginInitialize | Initializes LyncClient when the Lync is in Suppressed Mode. You do not call this method when Lync is not suppressed. | |
BeginShutdown | Starts the Lync platform shutdown process. | |
BeginSignIn | Starts the Lync client sign in process with a specific availability. | |
BeginSignOut | Starts the Lync client sign out process. | |
CreateApplicationRegistration | Construct a registration object. | |
CreateObjRef | (inherited from MarshalByRefObject) | |
EndInitialize | Ends the Initialize operation and unblocks program execution on the calling thread. | |
EndShutdown | Blocks calling thread until BeginShutdown completes. | |
EndSignIn | Blocks calling thread until BeginSignIn is completed. | |
EndSignOut | Blocks calling thread until BeginSignOut is completed. | |
Equals | (inherited from Object) | |
Finalize | (Overrides Client.Finalize().) | |
GetAutomation | Creates an instance of Automation and returns. | |
GetClient | Creates an instance of LyncClient and returns. | |
GetHashCode | (inherited from Object) | |
GetLifetimeService | (inherited from MarshalByRefObject) | |
GetType | (inherited from Object) | |
InitializeLifetimeService | (inherited from MarshalByRefObject) | |
MemberwiseClone() | (inherited from Object) | |
MemberwiseClone(Boolean) | (inherited from MarshalByRefObject) | |
ToString | (inherited from Object) |
Top
Events
Name | Description | |
---|---|---|
CapabilitiesChanged | Raised when the preferred capabilities changed | |
ClientDisconnected | Raised when Lync connection is broken. | |
CredentialRequested | Occurs when a service such as a distribution group expansion service has requested user credentials. | |
DelegatorClientAdded | Raised when a new delegate endpoint is created. | |
DelegatorClientRemoved | Raised when an existing delegate endpoint is released. | |
SignInDelayed | Raised when there is a delay in the SignIn/auto-recover process | |
StateChanged | Occurs when the Client state changes. (inherited from Client) |
Top