Table of Contents

Interface INetcodeJob

Namespace
Backdash.Core
Assembly
Backdash.dll

Defines an asynchronous background job

public interface INetcodeJob

Properties

JobName

Job name identity

string? JobName { get; }

Property Value

string

Methods

Start(CancellationToken)

Job task

Task Start(CancellationToken cancellationToken)

Parameters

cancellationToken CancellationToken

Returns

Task