JinniOperationStatusDeconstruct - метод

Deconstructs fields for use in C#.

Definition

Пространство имён: Tessa.Jinni
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public void Deconstruct(
	out JinniOperationState? state,
	out int?? progress
)

Параметры

state  JinniOperationState
State of operation.
progress  NullableInt32
Progress percentage of operation (between 0 and 100), or null if progress is unavailable for its current state or for this type of operation.

См. также