JinniOperationStatusDeconstruct - метод
Deconstructs fields for use in C#.
Пространство имён: Tessa.JinniСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public void Deconstruct(
out JinniOperationState? state,
out int?? progress
)
Public Sub Deconstruct (
<OutAttribute> ByRef state As JinniOperationState,
<OutAttribute> ByRef progress As Integer?
)
public:
void Deconstruct(
[OutAttribute] JinniOperationState% state,
[OutAttribute] Nullable<int>% progress
)
member Deconstruct :
state : JinniOperationState byref *
progress : Nullable<int> byref -> unit
Параметры
- 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.