Метод | Описание | |
---|---|---|
CallbackRequest ( System.Action callback ) : System |
Creates a callback request.
|
|
Cancel ( ) : void |
Cancels the callback.
|
|
Dispose ( ) : void |
Disposes of the callback
|
|
Run ( ) : void |
Executes the callback item
|
public CallbackRequest ( System.Action callback ) : System | ||
callback | System.Action | the action to perform. |
Результат | System |