Метод | Описание | |
---|---|---|
BeginInvoke ( this waitcallback, Object state, AsyncCallback callback ) : IAsyncResult |
Extends BeginInvoke so that when a state object is not needed, null does not need to be passed.
|
public static BeginInvoke ( this waitcallback, Object state, AsyncCallback callback ) : IAsyncResult | ||
waitcallback | this | |
state | Object | |
callback | AsyncCallback | |
Результат | IAsyncResult |