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