Method | Description | |
---|---|---|
BeginInvoke ( this serialdatareceivedeventhandler, Object sender, System.IO.Ports.SerialDataReceivedEventArgs e, 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 serialdatareceivedeventhandler, Object sender, System.IO.Ports.SerialDataReceivedEventArgs e, AsyncCallback callback ) : IAsyncResult | ||
serialdatareceivedeventhandler | this | |
sender | Object | |
e | System.IO.Ports.SerialDataReceivedEventArgs | |
callback | AsyncCallback | |
return | IAsyncResult |