/// <summary> /// Browse next set of references /// </summary> /// <remarks> /// Browse next set of references on the endpoint. The endpoint must be /// activated and connected and the module client and server must trust each /// other. /// </remarks> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='endpointId'> /// The identifier of the activated endpoint. /// </param> /// <param name='body'> /// The request body with continuation token. /// </param> public static BrowseNextResponseApiModel BrowseNext(this IAzureOpcTwinClient operations, string endpointId, BrowseNextRequestApiModel body) { return(operations.BrowseNextAsync(endpointId, body).GetAwaiter().GetResult()); }