Method | Description | |
---|---|---|
BeginAdd ( int x, int y, AsyncCallback callback, object state ) : IAsyncResult | ||
EndAdd ( IAsyncResult ar ) : int |
Method | Description | |
---|---|---|
AddDoWork ( int x, int y ) : int |
public BeginAdd ( int x, int y, AsyncCallback callback, object state ) : IAsyncResult | ||
x | int | |
y | int | |
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |