CallOnceCreate Method |
Name | Description | |
---|---|---|
Create(Action) |
Creates a new instance of CallOnce that encapsulates a method that has no parameters
and has no return value.
| |
Create(FuncTask) |
Creates a new instance of CallOnce that encapsulates a method that has no parameters
and has no return value.
| |
Create(Object, Action) |
Creates a new instance of CallOnce that encapsulates a method that has no parameters
and has no return value.
| |
Create(Object, FuncTask) |
Creates a new instance of CallOnce that encapsulates a method that has no parameters
and has no return value.
|