BeginInvoke Method
BeginInvoke(Byte, AsyncCallback, Object)
C#
public virtual IAsyncResult BeginInvoke(byte commandByte, AsyncCallback callback, object object)
Parameters
Type | Name | Description |
---|---|---|
System.Byte | commandByte | |
System.AsyncCallback | callback | |
System.Object | object |
Returns
System.IAsyncResult