UccServerEndpoint Constructor

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Initializes a new instance of the UccServerEndpoint Class .

Namespace: Microsoft.Office.Interop.UccApi
Assembly: Microsoft.Office.Interop.UccApi (in microsoft.office.interop.uccapi.dll)

Syntax

'Declaration
Protected Sub New
protected UccServerEndpoint ()
protected:
UccServerEndpoint ()
protected UccServerEndpoint ()
protected function UccServerEndpoint ()

Remarks

As an abstract class, UccServerEndpoint does not expose a callable constructor. A client must use a platform class factory object to obtain an instance of UccServerEndpoint by calling CreateEndpoint on an instance of UccPlatform.

Example

The following example obtains an instance of the default interface of the UccServerEndpoint class from a platform object.

IUccEndpoint endpoint = this.platform.CreateEndpoint(
   UCC_ENDPOINT_TYPE.UCCET_PRINCIPAL_SERVER_BASED,
   meUri,
   null,
   null);

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2000 with Service Pack 4, Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

UccServerEndpoint Class
UccServerEndpoint Members
Microsoft.Office.Interop.UccApi Namespace