ServiceConfigurationFactory.CreateManagement<TService> Method (Uri)

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Creates a service management.

Namespace:   Microsoft.Xrm.Sdk.Client
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

public static IServiceManagement<TService> CreateManagement<TService>(
    Uri serviceUri
)
Public Shared Function CreateManagement(Of TService) (
    serviceUri As Uri
) As IServiceManagement(Of TService)

Parameters

  • serviceUri
    Type: System.Uri

    Specifies the service’s URI.

Return Value

Type: Microsoft.Xrm.Sdk.Client.IServiceManagement<TService>

Type: IServiceManagement<TService>
A service management object.

Type Parameters

See Also

IServiceManagement<TService>
CreateManagement Overload
ServiceConfigurationFactory Class
Microsoft.Xrm.Sdk.Client Namespace

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright