Class ReactionCollectRequest
The reaction collect request.
Inheritance
System.Object
ReactionCollectRequest
Namespace: DisCatSharp.Interactivity.EventHandling
Assembly: DisCatSharp.Interactivity.dll
Syntax
public class ReactionCollectRequest : IDisposable
Constructors
| Improve this Doc View SourceReactionCollectRequest(DiscordMessage, TimeSpan)
Initializes a new instance of the ReactionCollectRequest class.
Declaration
public ReactionCollectRequest(DiscordMessage msg, TimeSpan timeout)
Parameters
Type | Name | Description |
---|---|---|
DiscordMessage | msg | The msg. |
System.TimeSpan | timeout | The timeout. |
Methods
| Improve this Doc View SourceDispose()
Disposes the.
Declaration
public void Dispose()
Finalize()
Declaration
protected void Finalize()