ServiceConfigurationFactory Class

 

Applies To: Dynamics CRM 2015

Represents a client factory for creating service configurations.

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

Inheritance Hierarchy

System.Object
  Microsoft.Xrm.Sdk.Client.ServiceConfigurationFactory

Syntax

public static class ServiceConfigurationFactory
public ref class ServiceConfigurationFactory abstract sealed 
[<AbstractClass>]
[<Sealed>]
type ServiceConfigurationFactory = class end
Public NotInheritable Class ServiceConfigurationFactory

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static CreateConfiguration<TService>(Uri)

Creates a service configuration.

System_CAPS_pubmethodSystem_CAPS_static CreateConfiguration<TService>(Uri, Boolean, Assembly)

Creates a service configuration

System_CAPS_pubmethodSystem_CAPS_static CreateManagement<TService>(Uri)

Creates a service management.

System_CAPS_pubmethodSystem_CAPS_static CreateManagement<TService>(Uri, Boolean, Assembly)

Creates a service management.

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.

See Also

Microsoft.Xrm.Sdk.Client Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright