| IMemberLoadingGetPointsOfInterest(IEnumerableLoadingValueOptions, PointOfInterestType, CancellationToken) Method |
Returns the points of interest
Namespace: TSD.API.Remoting.LoadingAssembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax Task<IEnumerable<IPointOfInterest>> GetPointsOfInterest(
IEnumerable<LoadingValueOptions> options,
PointOfInterestType type = PointOfInterestType.Unknown,
CancellationToken cancellationToken = default
)
Function GetPointsOfInterest (
options As IEnumerable(Of LoadingValueOptions),
Optional type As PointOfInterestType = PointOfInterestType.Unknown,
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of IEnumerable(Of IPointOfInterest))
Task<IEnumerable<IPointOfInterest^>^>^ GetPointsOfInterest(
IEnumerable<LoadingValueOptions^>^ options,
PointOfInterestType type = PointOfInterestType::Unknown,
CancellationToken cancellationToken = CancellationToken()
)
abstract GetPointsOfInterest :
options : IEnumerable<LoadingValueOptions> *
?type : PointOfInterestType *
?cancellationToken : CancellationToken
(* Defaults:
let _type = defaultArg type PointOfInterestType.Unknown
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<IEnumerable<IPointOfInterest>>
Parameters
- options IEnumerableLoadingValueOptions
- The collection of loading value options
- type PointOfInterestType (Optional)
- The optional requested type of a point of interest
- cancellationToken CancellationToken (Optional)
- The optional cancellation token
Return Value
TaskIEnumerableIPointOfInterestPoints of interest for each
LoadingValueOptionsSee Also