rama creada apartir de master en j
This commit is contained in:
+465
@@ -0,0 +1,465 @@
|
||||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: adas_core.Application.Services.Interfaces.IServiceConfigService
|
||||
commentId: T:adas_core.Application.Services.Interfaces.IServiceConfigService
|
||||
id: IServiceConfigService
|
||||
parent: adas_core.Application.Services.Interfaces
|
||||
children:
|
||||
- adas_core.Application.Services.Interfaces.IServiceConfigService.Get(System.String)
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: IServiceConfigService
|
||||
nameWithType: IServiceConfigService
|
||||
fullName: adas_core.Application.Services.Interfaces.IServiceConfigService
|
||||
type: Interface
|
||||
source:
|
||||
remote:
|
||||
path: adas-core.Application/Services/Interfaces/IServiceConfigService.cs
|
||||
branch: document/release/1.0.1
|
||||
repo: https://git.teralevel.io/adas/adas-core.git
|
||||
id: IServiceConfigService
|
||||
path: ../../adas-core.Application/Services/Interfaces/IServiceConfigService.cs
|
||||
startLine: 4
|
||||
assemblies:
|
||||
- adas-core.Application
|
||||
namespace: adas_core.Application.Services.Interfaces
|
||||
syntax:
|
||||
content: public interface IServiceConfigService
|
||||
content.vb: Public Interface IServiceConfigService
|
||||
derivedClasses:
|
||||
- adas_core.Application.Services.ServiceConfigService
|
||||
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.IServiceConfigService.Get(System.String)
|
||||
commentId: M:adas_core.Application.Services.Interfaces.IServiceConfigService.Get(System.String)
|
||||
id: Get(System.String)
|
||||
parent: adas_core.Application.Services.Interfaces.IServiceConfigService
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Get(string)
|
||||
nameWithType: IServiceConfigService.Get(string)
|
||||
fullName: adas_core.Application.Services.Interfaces.IServiceConfigService.Get(string)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: adas-core.Application/Services/Interfaces/IServiceConfigService.cs
|
||||
branch: document/release/1.0.1
|
||||
repo: https://git.teralevel.io/adas/adas-core.git
|
||||
id: Get
|
||||
path: ../../adas-core.Application/Services/Interfaces/IServiceConfigService.cs
|
||||
startLine: 11
|
||||
assemblies:
|
||||
- adas-core.Application
|
||||
namespace: adas_core.Application.Services.Interfaces
|
||||
summary: Asynchronously retrieves a <xref href="adas_core.Domain.Models.MongoModels.ServiceConfig" data-throw-if-not-resolved="false"></xref> by its identifier, returning <code>null</code> if no matching configuration is found.
|
||||
example: []
|
||||
syntax:
|
||||
content: Task<ServiceConfig?> Get(string id)
|
||||
parameters:
|
||||
- id: id
|
||||
type: System.String
|
||||
description: The identifier of the service configuration to retrieve.
|
||||
return:
|
||||
type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.ServiceConfig}
|
||||
description: A task that represents the asynchronous operation. The task result contains the matching <xref href="adas_core.Domain.Models.MongoModels.ServiceConfig" data-throw-if-not-resolved="false"></xref> if found, or <code>null</code> if no configuration exists for the given identifier.
|
||||
content.vb: Function [Get](id As String) As Task(Of ServiceConfig)
|
||||
overload: adas_core.Application.Services.Interfaces.IServiceConfigService.Get*
|
||||
nameWithType.vb: IServiceConfigService.Get(String)
|
||||
fullName.vb: adas_core.Application.Services.Interfaces.IServiceConfigService.Get(String)
|
||||
name.vb: Get(String)
|
||||
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.MongoModels.ServiceConfig
|
||||
commentId: T:adas_core.Domain.Models.MongoModels.ServiceConfig
|
||||
href: adas_core.Domain.Models.MongoModels.ServiceConfig.html
|
||||
name: ServiceConfig
|
||||
nameWithType: ServiceConfig
|
||||
fullName: adas_core.Domain.Models.MongoModels.ServiceConfig
|
||||
- uid: adas_core.Application.Services.Interfaces.IServiceConfigService.Get*
|
||||
commentId: Overload:adas_core.Application.Services.Interfaces.IServiceConfigService.Get
|
||||
href: adas_core.Application.Services.Interfaces.IServiceConfigService.html#adas_core_Application_Services_Interfaces_IServiceConfigService_Get_System_String_
|
||||
name: Get
|
||||
nameWithType: IServiceConfigService.Get
|
||||
fullName: adas_core.Application.Services.Interfaces.IServiceConfigService.Get
|
||||
- uid: System.String
|
||||
commentId: T:System.String
|
||||
parent: System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.string
|
||||
name: string
|
||||
nameWithType: string
|
||||
fullName: string
|
||||
nameWithType.vb: String
|
||||
fullName.vb: String
|
||||
name.vb: String
|
||||
- uid: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.ServiceConfig}
|
||||
commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.ServiceConfig}
|
||||
parent: System.Threading.Tasks
|
||||
definition: System.Threading.Tasks.Task`1
|
||||
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
|
||||
name: Task<ServiceConfig>
|
||||
nameWithType: Task<ServiceConfig>
|
||||
fullName: System.Threading.Tasks.Task<adas_core.Domain.Models.MongoModels.ServiceConfig>
|
||||
nameWithType.vb: Task(Of ServiceConfig)
|
||||
fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Models.MongoModels.ServiceConfig)
|
||||
name.vb: Task(Of ServiceConfig)
|
||||
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.MongoModels.ServiceConfig
|
||||
name: ServiceConfig
|
||||
- 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.MongoModels.ServiceConfig
|
||||
name: ServiceConfig
|
||||
- name: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- 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