Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Dynamics CRM 2013
Removes a request from the cache.
Namespace: Microsoft.Xrm.Client.Services
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
void Remove(
OrganizationRequest request
)
void Remove(
OrganizationRequest^ request
)
abstract Remove :
request:OrganizationRequest -> unit
Sub Remove (
request As OrganizationRequest
)
Parameters
request
Type: Microsoft.Xrm.Sdk.OrganizationRequestType: OrganizationRequest. The request object to remove.
See Also
RemoveāOverload
IOrganizationServiceCache Interface
Microsoft.Xrm.Client.Services Namespace
Return to top