OrganizationServiceCache.Insert Method (String, Object, Object)

 

Applies To: Dynamics CRM 2015

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

Syntax

public void Insert(
    string key,
    object query,
    object result
)
public:
virtual void Insert(
    String^ key,
    Object^ query,
    Object^ result
) sealed
abstract Insert : 
        key:string *
        query:Object *
        result:Object -> unit
override Insert : 
        key:string *
        query:Object *
        result:Object -> unit
Public Sub Insert (
    key As String,
    query As Object,
    result As Object
)

Parameters

Implements

IOrganizationServiceCache.Insert(String, Object, Object)

See Also

OrganizationServiceCache Class
Microsoft.Xrm.Client.Services Namespace

Return to top

© 2017 Microsoft. All rights reserved. Copyright