CrmServiceClient.RetrieveBatchResponse Method (Guid)

 

Applies To: Dynamics CRM 2015

Namespace:   Microsoft.Xrm.Tooling.Connector
Assembly:  Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)

Syntax

public List<Dictionary<string, Dictionary<string, object>>> RetrieveBatchResponse(
    Guid batchId
)
public:
List<Dictionary<String^, Dictionary<String^, Object^>^>^>^ RetrieveBatchResponse(
    Guid batchId
)
member RetrieveBatchResponse : 
        batchId:Guid -> List<Dictionary<string, Dictionary<string, Object>>>
Public Function RetrieveBatchResponse (
    batchId As Guid
) As List(Of Dictionary(Of String, Dictionary(Of String, Object)))

Parameters

Return Value

Type: System.Collections.Generic.List<Dictionary<String, Dictionary<String, Object>>>

See Also

CrmServiceClient Class
Microsoft.Xrm.Tooling.Connector Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright