| IMemberLoadingGetPointsOfInterest(LoadingValueOptions, 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(
LoadingValueOptions options,
PointOfInterestType type = PointOfInterestType.Unknown,
CancellationToken cancellationToken = default
)
Function GetPointsOfInterest (
options As LoadingValueOptions,
Optional type As PointOfInterestType = PointOfInterestType.Unknown,
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of IEnumerable(Of IPointOfInterest))
Task<IEnumerable<IPointOfInterest^>^>^ GetPointsOfInterest(
LoadingValueOptions^ options,
PointOfInterestType type = PointOfInterestType::Unknown,
CancellationToken cancellationToken = CancellationToken()
)
abstract GetPointsOfInterest :
options : LoadingValueOptions *
?type : PointOfInterestType *
?cancellationToken : CancellationToken
(* Defaults:
let _type = defaultArg type PointOfInterestType.Unknown
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<IEnumerable<IPointOfInterest>>
Parameters
- options LoadingValueOptions
- The options of a loading value
- type PointOfInterestType (Optional)
- The optional requested type of a point of interest
- cancellationToken CancellationToken (Optional)
- The optional cancellation token
Return Value
TaskIEnumerableIPointOfInterestPoints of interest
See Also