Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Connection was forcibly closed #105

Description

@adsnaraujo

Hi Everyone!

I am connected DAX365FO and I tried to execute this code, but i received this message "Connection was forcibly closed"

public static void GetTopRecords(Resources d365)
{
var vendorsQuery = d365.Vendors.AddQueryOption("$top", "10");
var vendors = vendorsQuery.Execute() as QueryOperationResponse;

        foreach (var vendor in vendors)
        {
            Console.WriteLine("Vendor with ID {0} retrived.", vendor.VendorAccountNumber);
        }
    }

Can you help me ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions