Class CrmActivationEndpointsConfigurationPhaseExtensions
Provides extension methods for ICrmActivationEndpointsConfigurationPhase relevant to the Microsoft Dynamics CRM 2011 platform.
See WithCrmOnlineOrganizationStore(IAgentCommenceConfigurationPhase, Func<IServiceProvider>, String) for the preceding phase in the configuration sequence.
Namespace: Sp.Agent.Configuration
Assembly: Sp.Agent.Crm.dll
Examples
See EnsureConfigured(IAgentContext, Func<IAgentCommenceConfigurationPhase, IAgentCompletedConfigurationPhase>) for an example integration wrapper
Methods
CompleteWithDefaults(ICrmActivationEndpointsConfigurationPhase)
Uses the default Software Potential service activation endpoint.
Declaration
public static IAgentCompletedConfigurationPhase CompleteWithDefaults(this ICrmActivationEndpointsConfigurationPhase that)
Parameters
Type | Name | Description |
---|---|---|
ICrmActivationEndpointsConfigurationPhase | that |
Returns
Type | Description |
---|---|
IAgentCompletedConfigurationPhase |
Remarks
Currently same as ICrmActivationEndpointsConfigurationPhase.WithDefaultActivationEndpoint()
, but subject to change.
See Also
WithCrmOnlineOrganizationStore(IAgentCommenceConfigurationPhase, System.Func<System.IServiceProvider>, System.String)