BaseRequestEvent<TAcceptedOptions,TAccepted> class
The base request event type.
public abstract class BaseRequestEvent<TAcceptedOptions, TAccepted> : EventArgs
| parameter | description |
|---|---|
| TAcceptedOptions | AcceptAsync options type |
| TAccepted | AcceptAsync return type |
Public Members
| name | description |
|---|---|
| AcceptAsync(…) | Accept the request, returning the accepted object. |
| RejectAsync(…) | Reject the request, with an optional reason. |
See Also
- namespace Rainway.SDK.Events
