Files
Misaki.HighPerformance/docs/documents/api/Misaki.HighPerformance.Jobs.JobExecutionContext.yml

461 lines
16 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: Misaki.HighPerformance.Jobs.JobExecutionContext
commentId: T:Misaki.HighPerformance.Jobs.JobExecutionContext
id: JobExecutionContext
parent: Misaki.HighPerformance.Jobs
children:
- Misaki.HighPerformance.Jobs.JobExecutionContext.JobScheduler
- Misaki.HighPerformance.Jobs.JobExecutionContext.SelfHandle
- Misaki.HighPerformance.Jobs.JobExecutionContext.State
- Misaki.HighPerformance.Jobs.JobExecutionContext.ThreadIndex
langs:
- csharp
- vb
name: JobExecutionContext
nameWithType: JobExecutionContext
fullName: Misaki.HighPerformance.Jobs.JobExecutionContext
type: Struct
source:
remote:
path: src/Misaki.HighPerformance.Jobs/JobExecutionContext.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: JobExecutionContext
path: src/Misaki.HighPerformance.Jobs/JobExecutionContext.cs
startLine: 2
assemblies:
- Misaki.HighPerformance.Jobs
namespace: Misaki.HighPerformance.Jobs
syntax:
content: public readonly ref struct JobExecutionContext
content.vb: Public Structure JobExecutionContext
inheritedMembers:
- System.ValueType.Equals(System.Object)
- System.ValueType.GetHashCode
- System.ValueType.ToString
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetType
- System.Object.ReferenceEquals(System.Object,System.Object)
- uid: Misaki.HighPerformance.Jobs.JobExecutionContext.ThreadIndex
commentId: P:Misaki.HighPerformance.Jobs.JobExecutionContext.ThreadIndex
id: ThreadIndex
parent: Misaki.HighPerformance.Jobs.JobExecutionContext
langs:
- csharp
- vb
name: ThreadIndex
nameWithType: JobExecutionContext.ThreadIndex
fullName: Misaki.HighPerformance.Jobs.JobExecutionContext.ThreadIndex
type: Property
source:
remote:
path: src/Misaki.HighPerformance.Jobs/JobExecutionContext.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: ThreadIndex
path: src/Misaki.HighPerformance.Jobs/JobExecutionContext.cs
startLine: 7
assemblies:
- Misaki.HighPerformance.Jobs
namespace: Misaki.HighPerformance.Jobs
summary: Gets the 0-based index of the current thread executing the job.
example: []
syntax:
content: public int ThreadIndex { get; init; }
parameters: []
return:
type: System.Int32
content.vb: Public Property ThreadIndex As Integer
overload: Misaki.HighPerformance.Jobs.JobExecutionContext.ThreadIndex*
- uid: Misaki.HighPerformance.Jobs.JobExecutionContext.JobScheduler
commentId: P:Misaki.HighPerformance.Jobs.JobExecutionContext.JobScheduler
id: JobScheduler
parent: Misaki.HighPerformance.Jobs.JobExecutionContext
langs:
- csharp
- vb
name: JobScheduler
nameWithType: JobExecutionContext.JobScheduler
fullName: Misaki.HighPerformance.Jobs.JobExecutionContext.JobScheduler
type: Property
source:
remote:
path: src/Misaki.HighPerformance.Jobs/JobExecutionContext.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: JobScheduler
path: src/Misaki.HighPerformance.Jobs/JobExecutionContext.cs
startLine: 15
assemblies:
- Misaki.HighPerformance.Jobs
namespace: Misaki.HighPerformance.Jobs
summary: Gets the job scheduler that is responsible for managing the execution of jobs.
example: []
syntax:
content: public JobScheduler JobScheduler { get; init; }
parameters: []
return:
type: Misaki.HighPerformance.Jobs.JobScheduler
content.vb: Public Property JobScheduler As JobScheduler
overload: Misaki.HighPerformance.Jobs.JobExecutionContext.JobScheduler*
- uid: Misaki.HighPerformance.Jobs.JobExecutionContext.State
commentId: P:Misaki.HighPerformance.Jobs.JobExecutionContext.State
id: State
parent: Misaki.HighPerformance.Jobs.JobExecutionContext
langs:
- csharp
- vb
name: State
nameWithType: JobExecutionContext.State
fullName: Misaki.HighPerformance.Jobs.JobExecutionContext.State
type: Property
source:
remote:
path: src/Misaki.HighPerformance.Jobs/JobExecutionContext.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: State
path: src/Misaki.HighPerformance.Jobs/JobExecutionContext.cs
startLine: 23
assemblies:
- Misaki.HighPerformance.Jobs
namespace: Misaki.HighPerformance.Jobs
summary: Gets the state object for the job scheduler.
example: []
syntax:
content: public object? State { get; init; }
parameters: []
return:
type: System.Object
content.vb: Public Property State As Object
overload: Misaki.HighPerformance.Jobs.JobExecutionContext.State*
- uid: Misaki.HighPerformance.Jobs.JobExecutionContext.SelfHandle
commentId: P:Misaki.HighPerformance.Jobs.JobExecutionContext.SelfHandle
id: SelfHandle
parent: Misaki.HighPerformance.Jobs.JobExecutionContext
langs:
- csharp
- vb
name: SelfHandle
nameWithType: JobExecutionContext.SelfHandle
fullName: Misaki.HighPerformance.Jobs.JobExecutionContext.SelfHandle
type: Property
source:
remote:
path: src/Misaki.HighPerformance.Jobs/JobExecutionContext.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: SelfHandle
path: src/Misaki.HighPerformance.Jobs/JobExecutionContext.cs
startLine: 31
assemblies:
- Misaki.HighPerformance.Jobs
namespace: Misaki.HighPerformance.Jobs
summary: Gets the handle for the currently executing job.
example: []
syntax:
content: public JobHandle SelfHandle { get; init; }
parameters: []
return:
type: Misaki.HighPerformance.Jobs.JobHandle
content.vb: Public Property SelfHandle As JobHandle
overload: Misaki.HighPerformance.Jobs.JobExecutionContext.SelfHandle*
references:
- uid: Misaki.HighPerformance.Jobs
commentId: N:Misaki.HighPerformance.Jobs
href: Misaki.html
name: Misaki.HighPerformance.Jobs
nameWithType: Misaki.HighPerformance.Jobs
fullName: Misaki.HighPerformance.Jobs
spec.csharp:
- uid: Misaki
name: Misaki
href: Misaki.html
- name: .
- uid: Misaki.HighPerformance
name: HighPerformance
href: Misaki.HighPerformance.html
- name: .
- uid: Misaki.HighPerformance.Jobs
name: Jobs
href: Misaki.HighPerformance.Jobs.html
spec.vb:
- uid: Misaki
name: Misaki
href: Misaki.html
- name: .
- uid: Misaki.HighPerformance
name: HighPerformance
href: Misaki.HighPerformance.html
- name: .
- uid: Misaki.HighPerformance.Jobs
name: Jobs
href: Misaki.HighPerformance.Jobs.html
- uid: System.ValueType.Equals(System.Object)
commentId: M:System.ValueType.Equals(System.Object)
parent: System.ValueType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals
name: Equals(object)
nameWithType: ValueType.Equals(object)
fullName: System.ValueType.Equals(object)
nameWithType.vb: ValueType.Equals(Object)
fullName.vb: System.ValueType.Equals(Object)
name.vb: Equals(Object)
spec.csharp:
- uid: System.ValueType.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.ValueType.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.ValueType.GetHashCode
commentId: M:System.ValueType.GetHashCode
parent: System.ValueType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
name: GetHashCode()
nameWithType: ValueType.GetHashCode()
fullName: System.ValueType.GetHashCode()
spec.csharp:
- uid: System.ValueType.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
- name: (
- name: )
spec.vb:
- uid: System.ValueType.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
- name: (
- name: )
- uid: System.ValueType.ToString
commentId: M:System.ValueType.ToString
parent: System.ValueType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
name: ToString()
nameWithType: ValueType.ToString()
fullName: System.ValueType.ToString()
spec.csharp:
- uid: System.ValueType.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
- name: (
- name: )
spec.vb:
- uid: System.ValueType.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
- name: (
- name: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name: Equals(object, object)
nameWithType: object.Equals(object, object)
fullName: object.Equals(object, object)
nameWithType.vb: Object.Equals(Object, Object)
fullName.vb: Object.Equals(Object, Object)
name.vb: Equals(Object, Object)
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
name: GetType()
nameWithType: object.GetType()
fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
spec.csharp:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
spec.vb:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name: ReferenceEquals(object, object)
nameWithType: object.ReferenceEquals(object, object)
fullName: object.ReferenceEquals(object, object)
nameWithType.vb: Object.ReferenceEquals(Object, Object)
fullName.vb: Object.ReferenceEquals(Object, Object)
name.vb: ReferenceEquals(Object, Object)
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.ValueType
commentId: T:System.ValueType
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype
name: ValueType
nameWithType: ValueType
fullName: System.ValueType
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
name: object
nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
- uid: System
commentId: N:System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System
nameWithType: System
fullName: System
- uid: Misaki.HighPerformance.Jobs.JobExecutionContext.ThreadIndex*
commentId: Overload:Misaki.HighPerformance.Jobs.JobExecutionContext.ThreadIndex
href: Misaki.HighPerformance.Jobs.JobExecutionContext.html#Misaki_HighPerformance_Jobs_JobExecutionContext_ThreadIndex
name: ThreadIndex
nameWithType: JobExecutionContext.ThreadIndex
fullName: Misaki.HighPerformance.Jobs.JobExecutionContext.ThreadIndex
- uid: System.Int32
commentId: T:System.Int32
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
name: int
nameWithType: int
fullName: int
nameWithType.vb: Integer
fullName.vb: Integer
name.vb: Integer
- uid: Misaki.HighPerformance.Jobs.JobExecutionContext.JobScheduler*
commentId: Overload:Misaki.HighPerformance.Jobs.JobExecutionContext.JobScheduler
href: Misaki.HighPerformance.Jobs.JobExecutionContext.html#Misaki_HighPerformance_Jobs_JobExecutionContext_JobScheduler
name: JobScheduler
nameWithType: JobExecutionContext.JobScheduler
fullName: Misaki.HighPerformance.Jobs.JobExecutionContext.JobScheduler
- uid: Misaki.HighPerformance.Jobs.JobScheduler
commentId: T:Misaki.HighPerformance.Jobs.JobScheduler
parent: Misaki.HighPerformance.Jobs
href: Misaki.HighPerformance.Jobs.JobScheduler.html
name: JobScheduler
nameWithType: JobScheduler
fullName: Misaki.HighPerformance.Jobs.JobScheduler
- uid: Misaki.HighPerformance.Jobs.JobExecutionContext.State*
commentId: Overload:Misaki.HighPerformance.Jobs.JobExecutionContext.State
href: Misaki.HighPerformance.Jobs.JobExecutionContext.html#Misaki_HighPerformance_Jobs_JobExecutionContext_State
name: State
nameWithType: JobExecutionContext.State
fullName: Misaki.HighPerformance.Jobs.JobExecutionContext.State
- uid: Misaki.HighPerformance.Jobs.JobExecutionContext.SelfHandle*
commentId: Overload:Misaki.HighPerformance.Jobs.JobExecutionContext.SelfHandle
href: Misaki.HighPerformance.Jobs.JobExecutionContext.html#Misaki_HighPerformance_Jobs_JobExecutionContext_SelfHandle
name: SelfHandle
nameWithType: JobExecutionContext.SelfHandle
fullName: Misaki.HighPerformance.Jobs.JobExecutionContext.SelfHandle
- uid: Misaki.HighPerformance.Jobs.JobHandle
commentId: T:Misaki.HighPerformance.Jobs.JobHandle
parent: Misaki.HighPerformance.Jobs
href: Misaki.HighPerformance.Jobs.JobHandle.html
name: JobHandle
nameWithType: JobHandle
fullName: Misaki.HighPerformance.Jobs.JobHandle