Method | Description | |
---|---|---|
BeginInvoke ( this parameterizedthreadstart, Object obj, 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 parameterizedthreadstart, Object obj, AsyncCallback callback ) : IAsyncResult | ||
parameterizedthreadstart | this | |
obj | Object | |
callback | AsyncCallback | |
return | IAsyncResult |