The LyncClienttype exposes the following members.
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 Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject MarshalByRefObject.) | |
ToString | (Inherited from Object.) |
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.
|
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.) |