rama creada apartir de master en j
This commit is contained in:
+475
@@ -0,0 +1,475 @@
|
||||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: adas_core.Application.Services.Interfaces.IPoCMappingService
|
||||
commentId: T:adas_core.Application.Services.Interfaces.IPoCMappingService
|
||||
id: IPoCMappingService
|
||||
parent: adas_core.Application.Services.Interfaces
|
||||
children:
|
||||
- adas_core.Application.Services.Interfaces.IPoCMappingService.Map(adas_core.Domain.Models.PatientLocation)
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: IPoCMappingService
|
||||
nameWithType: IPoCMappingService
|
||||
fullName: adas_core.Application.Services.Interfaces.IPoCMappingService
|
||||
type: Interface
|
||||
source:
|
||||
remote:
|
||||
path: adas-core.Application/Services/Interfaces/IPoCMappingService.cs
|
||||
branch: document/release/1.0.1
|
||||
repo: https://git.teralevel.io/adas/adas-core.git
|
||||
id: IPoCMappingService
|
||||
path: ../../adas-core.Application/Services/Interfaces/IPoCMappingService.cs
|
||||
startLine: 4
|
||||
assemblies:
|
||||
- adas-core.Application
|
||||
namespace: adas_core.Application.Services.Interfaces
|
||||
syntax:
|
||||
content: public interface IPoCMappingService
|
||||
content.vb: Public Interface IPoCMappingService
|
||||
derivedClasses:
|
||||
- adas_core.Application.Services.PoCMappingService
|
||||
extensionMethods:
|
||||
- System.Object.adas_core.Domain.Utils.NumberUtils.IsNumber
|
||||
- System.Object.adas_core.Domain.Utils.NumberUtils.ToDouble
|
||||
- System.Object.adas_core.Domain.Utils.ObjectUtils.ToStr
|
||||
- uid: adas_core.Application.Services.Interfaces.IPoCMappingService.Map(adas_core.Domain.Models.PatientLocation)
|
||||
commentId: M:adas_core.Application.Services.Interfaces.IPoCMappingService.Map(adas_core.Domain.Models.PatientLocation)
|
||||
id: Map(adas_core.Domain.Models.PatientLocation)
|
||||
parent: adas_core.Application.Services.Interfaces.IPoCMappingService
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Map(PatientLocation)
|
||||
nameWithType: IPoCMappingService.Map(PatientLocation)
|
||||
fullName: adas_core.Application.Services.Interfaces.IPoCMappingService.Map(adas_core.Domain.Models.PatientLocation)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: adas-core.Application/Services/Interfaces/IPoCMappingService.cs
|
||||
branch: document/release/1.0.1
|
||||
repo: https://git.teralevel.io/adas/adas-core.git
|
||||
id: Map
|
||||
path: ../../adas-core.Application/Services/Interfaces/IPoCMappingService.cs
|
||||
startLine: 11
|
||||
assemblies:
|
||||
- adas-core.Application
|
||||
namespace: adas_core.Application.Services.Interfaces
|
||||
summary: Asynchronously maps the specified <code class="paramref">original</code> patient location to a new <xref href="adas_core.Domain.Models.PatientLocation" data-throw-if-not-resolved="false"></xref>, returning <code>null</code> when no corresponding mapping result is found.
|
||||
example: []
|
||||
syntax:
|
||||
content: Task<PatientLocation?> Map(PatientLocation original)
|
||||
parameters:
|
||||
- id: original
|
||||
type: adas_core.Domain.Models.PatientLocation
|
||||
description: The source patient location to map from.
|
||||
return:
|
||||
type: System.Threading.Tasks.Task{adas_core.Domain.Models.PatientLocation}
|
||||
description: A task that yields the mapped <xref href="adas_core.Domain.Models.PatientLocation" data-throw-if-not-resolved="false"></xref>, or <code>null</code> if no mapping result is available.
|
||||
content.vb: Function Map(original As PatientLocation) As Task(Of PatientLocation)
|
||||
overload: adas_core.Application.Services.Interfaces.IPoCMappingService.Map*
|
||||
references:
|
||||
- uid: adas_core.Application.Services.Interfaces
|
||||
commentId: N:adas_core.Application.Services.Interfaces
|
||||
href: adas_core.html
|
||||
name: adas_core.Application.Services.Interfaces
|
||||
nameWithType: adas_core.Application.Services.Interfaces
|
||||
fullName: adas_core.Application.Services.Interfaces
|
||||
spec.csharp:
|
||||
- uid: adas_core
|
||||
name: adas_core
|
||||
href: adas_core.html
|
||||
- name: .
|
||||
- uid: adas_core.Application
|
||||
name: Application
|
||||
href: adas_core.Application.html
|
||||
- name: .
|
||||
- uid: adas_core.Application.Services
|
||||
name: Services
|
||||
href: adas_core.Application.Services.html
|
||||
- name: .
|
||||
- uid: adas_core.Application.Services.Interfaces
|
||||
name: Interfaces
|
||||
href: adas_core.Application.Services.Interfaces.html
|
||||
spec.vb:
|
||||
- uid: adas_core
|
||||
name: adas_core
|
||||
href: adas_core.html
|
||||
- name: .
|
||||
- uid: adas_core.Application
|
||||
name: Application
|
||||
href: adas_core.Application.html
|
||||
- name: .
|
||||
- uid: adas_core.Application.Services
|
||||
name: Services
|
||||
href: adas_core.Application.Services.html
|
||||
- name: .
|
||||
- uid: adas_core.Application.Services.Interfaces
|
||||
name: Interfaces
|
||||
href: adas_core.Application.Services.Interfaces.html
|
||||
- uid: System.Object.adas_core.Domain.Utils.NumberUtils.IsNumber
|
||||
commentId: M:adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
||||
parent: adas_core.Domain.Utils.NumberUtils
|
||||
definition: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
||||
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
||||
name: IsNumber(object)
|
||||
nameWithType: NumberUtils.IsNumber(object)
|
||||
fullName: adas_core.Domain.Utils.NumberUtils.IsNumber(object)
|
||||
nameWithType.vb: NumberUtils.IsNumber(Object)
|
||||
fullName.vb: adas_core.Domain.Utils.NumberUtils.IsNumber(Object)
|
||||
name.vb: IsNumber(Object)
|
||||
spec.csharp:
|
||||
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
||||
name: IsNumber
|
||||
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
||||
- name: (
|
||||
- uid: System.Object
|
||||
name: object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
||||
name: IsNumber
|
||||
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
||||
- name: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: )
|
||||
- uid: System.Object.adas_core.Domain.Utils.NumberUtils.ToDouble
|
||||
commentId: M:adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
||||
parent: adas_core.Domain.Utils.NumberUtils
|
||||
definition: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
||||
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
||||
name: ToDouble(object)
|
||||
nameWithType: NumberUtils.ToDouble(object)
|
||||
fullName: adas_core.Domain.Utils.NumberUtils.ToDouble(object)
|
||||
nameWithType.vb: NumberUtils.ToDouble(Object)
|
||||
fullName.vb: adas_core.Domain.Utils.NumberUtils.ToDouble(Object)
|
||||
name.vb: ToDouble(Object)
|
||||
spec.csharp:
|
||||
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
||||
name: ToDouble
|
||||
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
||||
- name: (
|
||||
- uid: System.Object
|
||||
name: object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
||||
name: ToDouble
|
||||
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
||||
- name: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: )
|
||||
- uid: System.Object.adas_core.Domain.Utils.ObjectUtils.ToStr
|
||||
commentId: M:adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
||||
parent: adas_core.Domain.Utils.ObjectUtils
|
||||
definition: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
||||
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
||||
name: ToStr(object)
|
||||
nameWithType: ObjectUtils.ToStr(object)
|
||||
fullName: adas_core.Domain.Utils.ObjectUtils.ToStr(object)
|
||||
nameWithType.vb: ObjectUtils.ToStr(Object)
|
||||
fullName.vb: adas_core.Domain.Utils.ObjectUtils.ToStr(Object)
|
||||
name.vb: ToStr(Object)
|
||||
spec.csharp:
|
||||
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
||||
name: ToStr
|
||||
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
||||
- name: (
|
||||
- uid: System.Object
|
||||
name: object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
||||
name: ToStr
|
||||
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
||||
- name: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: )
|
||||
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
||||
commentId: M:adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
||||
isExternal: true
|
||||
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
||||
name: IsNumber(object)
|
||||
nameWithType: NumberUtils.IsNumber(object)
|
||||
fullName: adas_core.Domain.Utils.NumberUtils.IsNumber(object)
|
||||
nameWithType.vb: NumberUtils.IsNumber(Object)
|
||||
fullName.vb: adas_core.Domain.Utils.NumberUtils.IsNumber(Object)
|
||||
name.vb: IsNumber(Object)
|
||||
spec.csharp:
|
||||
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
||||
name: IsNumber
|
||||
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
||||
- name: (
|
||||
- uid: System.Object
|
||||
name: object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
||||
name: IsNumber
|
||||
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
||||
- name: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: )
|
||||
- uid: adas_core.Domain.Utils.NumberUtils
|
||||
commentId: T:adas_core.Domain.Utils.NumberUtils
|
||||
parent: adas_core.Domain.Utils
|
||||
href: adas_core.Domain.Utils.NumberUtils.html
|
||||
name: NumberUtils
|
||||
nameWithType: NumberUtils
|
||||
fullName: adas_core.Domain.Utils.NumberUtils
|
||||
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
||||
commentId: M:adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
||||
isExternal: true
|
||||
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
||||
name: ToDouble(object)
|
||||
nameWithType: NumberUtils.ToDouble(object)
|
||||
fullName: adas_core.Domain.Utils.NumberUtils.ToDouble(object)
|
||||
nameWithType.vb: NumberUtils.ToDouble(Object)
|
||||
fullName.vb: adas_core.Domain.Utils.NumberUtils.ToDouble(Object)
|
||||
name.vb: ToDouble(Object)
|
||||
spec.csharp:
|
||||
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
||||
name: ToDouble
|
||||
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
||||
- name: (
|
||||
- uid: System.Object
|
||||
name: object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
||||
name: ToDouble
|
||||
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
||||
- name: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: )
|
||||
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
||||
commentId: M:adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
||||
isExternal: true
|
||||
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
||||
name: ToStr(object)
|
||||
nameWithType: ObjectUtils.ToStr(object)
|
||||
fullName: adas_core.Domain.Utils.ObjectUtils.ToStr(object)
|
||||
nameWithType.vb: ObjectUtils.ToStr(Object)
|
||||
fullName.vb: adas_core.Domain.Utils.ObjectUtils.ToStr(Object)
|
||||
name.vb: ToStr(Object)
|
||||
spec.csharp:
|
||||
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
||||
name: ToStr
|
||||
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
||||
- name: (
|
||||
- uid: System.Object
|
||||
name: object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
||||
name: ToStr
|
||||
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
||||
- name: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: )
|
||||
- uid: adas_core.Domain.Utils.ObjectUtils
|
||||
commentId: T:adas_core.Domain.Utils.ObjectUtils
|
||||
parent: adas_core.Domain.Utils
|
||||
href: adas_core.Domain.Utils.ObjectUtils.html
|
||||
name: ObjectUtils
|
||||
nameWithType: ObjectUtils
|
||||
fullName: adas_core.Domain.Utils.ObjectUtils
|
||||
- uid: adas_core.Domain.Utils
|
||||
commentId: N:adas_core.Domain.Utils
|
||||
href: adas_core.html
|
||||
name: adas_core.Domain.Utils
|
||||
nameWithType: adas_core.Domain.Utils
|
||||
fullName: adas_core.Domain.Utils
|
||||
spec.csharp:
|
||||
- uid: adas_core
|
||||
name: adas_core
|
||||
href: adas_core.html
|
||||
- name: .
|
||||
- uid: adas_core.Domain
|
||||
name: Domain
|
||||
href: adas_core.Domain.html
|
||||
- name: .
|
||||
- uid: adas_core.Domain.Utils
|
||||
name: Utils
|
||||
href: adas_core.Domain.Utils.html
|
||||
spec.vb:
|
||||
- uid: adas_core
|
||||
name: adas_core
|
||||
href: adas_core.html
|
||||
- name: .
|
||||
- uid: adas_core.Domain
|
||||
name: Domain
|
||||
href: adas_core.Domain.html
|
||||
- name: .
|
||||
- uid: adas_core.Domain.Utils
|
||||
name: Utils
|
||||
href: adas_core.Domain.Utils.html
|
||||
- uid: adas_core.Domain.Models.PatientLocation
|
||||
commentId: T:adas_core.Domain.Models.PatientLocation
|
||||
parent: adas_core.Domain.Models
|
||||
href: adas_core.Domain.Models.PatientLocation.html
|
||||
name: PatientLocation
|
||||
nameWithType: PatientLocation
|
||||
fullName: adas_core.Domain.Models.PatientLocation
|
||||
- uid: adas_core.Application.Services.Interfaces.IPoCMappingService.Map*
|
||||
commentId: Overload:adas_core.Application.Services.Interfaces.IPoCMappingService.Map
|
||||
href: adas_core.Application.Services.Interfaces.IPoCMappingService.html#adas_core_Application_Services_Interfaces_IPoCMappingService_Map_adas_core_Domain_Models_PatientLocation_
|
||||
name: Map
|
||||
nameWithType: IPoCMappingService.Map
|
||||
fullName: adas_core.Application.Services.Interfaces.IPoCMappingService.Map
|
||||
- uid: System.Threading.Tasks.Task{adas_core.Domain.Models.PatientLocation}
|
||||
commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Models.PatientLocation}
|
||||
parent: System.Threading.Tasks
|
||||
definition: System.Threading.Tasks.Task`1
|
||||
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
|
||||
name: Task<PatientLocation>
|
||||
nameWithType: Task<PatientLocation>
|
||||
fullName: System.Threading.Tasks.Task<adas_core.Domain.Models.PatientLocation>
|
||||
nameWithType.vb: Task(Of PatientLocation)
|
||||
fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Models.PatientLocation)
|
||||
name.vb: Task(Of PatientLocation)
|
||||
spec.csharp:
|
||||
- uid: System.Threading.Tasks.Task`1
|
||||
name: Task
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
|
||||
- name: <
|
||||
- uid: adas_core.Domain.Models.PatientLocation
|
||||
name: PatientLocation
|
||||
- name: '>'
|
||||
spec.vb:
|
||||
- uid: System.Threading.Tasks.Task`1
|
||||
name: Task
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
|
||||
- name: (
|
||||
- name: Of
|
||||
- name: " "
|
||||
- uid: adas_core.Domain.Models.PatientLocation
|
||||
name: PatientLocation
|
||||
- name: )
|
||||
- uid: adas_core.Domain.Models
|
||||
commentId: N:adas_core.Domain.Models
|
||||
href: adas_core.html
|
||||
name: adas_core.Domain.Models
|
||||
nameWithType: adas_core.Domain.Models
|
||||
fullName: adas_core.Domain.Models
|
||||
spec.csharp:
|
||||
- uid: adas_core
|
||||
name: adas_core
|
||||
href: adas_core.html
|
||||
- name: .
|
||||
- uid: adas_core.Domain
|
||||
name: Domain
|
||||
href: adas_core.Domain.html
|
||||
- name: .
|
||||
- uid: adas_core.Domain.Models
|
||||
name: Models
|
||||
href: adas_core.Domain.Models.html
|
||||
spec.vb:
|
||||
- uid: adas_core
|
||||
name: adas_core
|
||||
href: adas_core.html
|
||||
- name: .
|
||||
- uid: adas_core.Domain
|
||||
name: Domain
|
||||
href: adas_core.Domain.html
|
||||
- name: .
|
||||
- uid: adas_core.Domain.Models
|
||||
name: Models
|
||||
href: adas_core.Domain.Models.html
|
||||
- uid: System.Threading.Tasks.Task`1
|
||||
commentId: T:System.Threading.Tasks.Task`1
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
|
||||
name: Task<TResult>
|
||||
nameWithType: Task<TResult>
|
||||
fullName: System.Threading.Tasks.Task<TResult>
|
||||
nameWithType.vb: Task(Of TResult)
|
||||
fullName.vb: System.Threading.Tasks.Task(Of TResult)
|
||||
name.vb: Task(Of TResult)
|
||||
spec.csharp:
|
||||
- uid: System.Threading.Tasks.Task`1
|
||||
name: Task
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
|
||||
- name: <
|
||||
- name: TResult
|
||||
- name: '>'
|
||||
spec.vb:
|
||||
- uid: System.Threading.Tasks.Task`1
|
||||
name: Task
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
|
||||
- name: (
|
||||
- name: Of
|
||||
- name: " "
|
||||
- name: TResult
|
||||
- name: )
|
||||
- uid: System.Threading.Tasks
|
||||
commentId: N:System.Threading.Tasks
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system
|
||||
name: System.Threading.Tasks
|
||||
nameWithType: System.Threading.Tasks
|
||||
fullName: System.Threading.Tasks
|
||||
spec.csharp:
|
||||
- uid: System
|
||||
name: System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system
|
||||
- name: .
|
||||
- uid: System.Threading
|
||||
name: Threading
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.threading
|
||||
- name: .
|
||||
- uid: System.Threading.Tasks
|
||||
name: Tasks
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks
|
||||
spec.vb:
|
||||
- uid: System
|
||||
name: System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system
|
||||
- name: .
|
||||
- uid: System.Threading
|
||||
name: Threading
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.threading
|
||||
- name: .
|
||||
- uid: System.Threading.Tasks
|
||||
name: Tasks
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks
|
||||
Reference in New Issue
Block a user