UserEndpoint methods
Lync 2013
The UserEndpoint type exposes the following members.
| Name | Description | |
|---|---|---|
|
BeginEstablish(AsyncCallback, Object) | Establishes the endpoint so that it can receive incoming calls and conference invitations. (Inherited from LocalEndpoint.) |
|
BeginEstablish(IEnumerable<SignalingHeader>, AsyncCallback, Object) | Establishes the endpoint so that it can receive incoming calls and conference invitations. (Inherited from LocalEndpoint.) |
|
BeginGetProvisioningData | Queries the latest provisioning data (advanced). (Inherited from LocalEndpoint.) |
|
BeginTerminate | Terminates the local endpoint after cleaning up all communication and collaboration resources. (Inherited from LocalEndpoint.) |
|
EndEstablish | Determines whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed. (Inherited from LocalEndpoint.) |
|
EndGetProvisioningData | Determines whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed. (Inherited from LocalEndpoint.) |
|
EndTerminate | Determines whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed. (Inherited from LocalEndpoint.) |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetConversations | Gets a snapshot of the conversations managed by the local endpoint. (Inherited from LocalEndpoint.) |
|
GetHashCode | (Inherited from Object.) |
|
GetProvisioningData | Gets the latest Provisioning Data from the endpoint cache. (Inherited from LocalEndpoint.) |
|
GetType | (Inherited from Object.) |
|
HandleSignalingSession | Intercepts an incoming signaling session before it is processed by the local endpoint (advanced). (Inherited from LocalEndpoint.) |
|
MemberwiseClone | (Inherited from Object.) |
|
RegisterForIncomingCall<TCall> | Registers a delegate to handle incoming calls for a specific modality. (Inherited from LocalEndpoint.) |
|
ToString | (Inherited from Object.) |
|
UnregisterForIncomingCall<TCall> | Removes a previously registered delegate that was handling incoming calls of a specific modality. (Inherited from LocalEndpoint.) |