Compartilhar via


AuthenticationService.Connect Method (OrganizationServiceProxy)

Connects using the specified organization service proxy.

Namespace: Microsoft.Uii.AifServices
Assembly: Microsoft.Uii.AifServices (in Microsoft.Uii.AifServices.dll)

Usage

'Usage
Dim instance As AuthenticationService
Dim organizationServiceProxy As OrganizationServiceProxy

instance.Connect(organizationServiceProxy)

Syntax

'Declaration
Public Sub Connect ( _
    organizationServiceProxy As OrganizationServiceProxy _
)
public void Connect (
    OrganizationServiceProxy organizationServiceProxy
)
public:
void Connect (
    OrganizationServiceProxy^ organizationServiceProxy
)
public void Connect (
    OrganizationServiceProxy organizationServiceProxy
)
public function Connect (
    organizationServiceProxy : OrganizationServiceProxy
)

Parameters

  • organizationServiceProxy
    Specifies the organization service proxy.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

AuthenticationService Class
AuthenticationService Members
Microsoft.Uii.AifServices Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.