public class DelayedAction<T>
Public Class DelayedAction(Of T)
generic<typename T>
public ref class DelayedAction
type DelayedAction<'T> = class end
DelayedActionT(ActionT) | Initializes a new instance of the DelayedActionT class. |
DelayedActionT(ActionT, Int32) | Initializes a new instance of the DelayedActionT class. |
IsRun | Gets a value indicating whether Признак запущенности процесса: 0 - Не запущен, 1 - Запущен, 2 - Отменен, 3 - Завершен |
Cancel | Отменяет выполнение операции |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
RunAfterDelay | Запускает выполнение операции после задержки |
RunAfterDelay(T) | Выполняет действие с передачей в него параметра param |
RunAfterDelay(Int32) | Выполняет действие после задержки delay |
RunAfterDelay(Int32, T) | Выполняет действие после задержки delay с передачей в него параметра param |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
Get | (Определяется ComHelper) |
InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor) |
Invoke | (Определяется ComHelper) |
Set | (Определяется ComHelper) |