OrganizationServiceContextExtensions.TriggerServiceEndpointCheck Method (OrganizationServiceContext, EntityReference)
Applies To: Dynamics CRM 2013
Validates the configuration of a Windows Azure platform AppFabric solution’s service endpoint. (Developer Extensions)
Namespace: Microsoft.Xrm.Client.Messages
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public static void TriggerServiceEndpointCheck(
this OrganizationServiceContext context,
EntityReference entity
)
public:
[ExtensionAttribute]
static void TriggerServiceEndpointCheck(
OrganizationServiceContext^ context,
EntityReference^ entity
)
static member TriggerServiceEndpointCheck :
context:OrganizationServiceContext *
entity:EntityReference -> unit
<ExtensionAttribute>
Public Shared Sub TriggerServiceEndpointCheck (
context As OrganizationServiceContext,
entity As EntityReference
)
Parameters
context
Type: Microsoft.Xrm.Sdk.Client.OrganizationServiceContextThe organization service context.
- entity
Type: Microsoft.Xrm.Sdk.EntityReference
Remarks
This is a method wrapper for the TriggerServiceEndpointCheckRequest and TriggerServiceEndpointCheckResponse classes. See the documentation in the Request class for more information about this message.
See Also
OrganizationServiceContextExtensions Class
Microsoft.Xrm.Client.Messages Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top