Show / Hide Table of Contents

Interface ITaskQueue

タスクをキューとして別スレッドで処理する機能を提供するインターフェース

Namespace: VRoidSDK
Assembly: VRoidSDK.dll
Syntax
public interface ITaskQueue

Properties

ExistQueueEvent

実行するキューがまだ残っているかを判定する

Declaration
bool ExistQueueEvent { get; }
Property Value
Type Description
Boolean

Methods

Enqueue(Action)

実行するタスクをキューに保存する

Declaration
void Enqueue(Action task)
Parameters
Type Name Description
Action task

実行するタスク

Back to top Generated by DocFX