ICrmServiceConsumer.SetCrmServices Method

Sets the CRM services.

Namespace: Microsoft.Crm.UnifiedServiceDesk.BaseControl
Assembly: Microsoft.Crm.UnifiedServiceDesk.BaseControl (in Microsoft.Crm.UnifiedServiceDesk.BaseControl.dll)

Usage

'Usage
Dim instance As ICrmServiceConsumer
Dim CrmAdapter As CrmServiceClient

instance.SetCrmServices(CrmAdapter)

Syntax

'Declaration
Sub SetCrmServices ( _
    CrmAdapter As CrmServiceClient _
)
void SetCrmServices (
    CrmServiceClient CrmAdapter
)
void SetCrmServices (
    CrmServiceClient^ CrmAdapter
)
void SetCrmServices (
    CrmServiceClient CrmAdapter
)
function SetCrmServices (
    CrmAdapter : CrmServiceClient
)

Parameters

  • CrmAdapter
    Specifies the CRM adapter.

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

ICrmServiceConsumer Interface
ICrmServiceConsumer Members
Microsoft.Crm.UnifiedServiceDesk.BaseControl Namespace

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