.NET SDK - BaseRequestEvent<TAcceptedOptions,TAccepted>

BaseRequestEvent<TAcceptedOptions,TAccepted> class

The base request event type.

public abstract class BaseRequestEvent<TAcceptedOptions, TAccepted> : EventArgs
parameterdescription
TAcceptedOptionsAcceptAsync options type
TAcceptedAcceptAsync return type

Public Members

namedescription
AcceptAsync(…)Accept the request, returning the accepted object.
RejectAsync(…)Reject the request, with an optional reason.

See Also