ServiceConfigurationFactory.CreateManagement<TService> Method (Uri)

 

Applies To: Dynamics CRM 2015

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:
generic<typename TService>
static IServiceManagement<TService>^ CreateManagement(
    Uri^ serviceUri
)
static member CreateManagement<'TService> : 
        serviceUri:Uri -> IServiceManagement<'TService>
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

© 2016 Microsoft. All rights reserved. Copyright