SignalConcurrentQueueEventArgs Class Members
The following tables list the members exposed by SignalConcurrentQueueEventArgs.
Public Constructors
Name | Description | |
---|---|---|
![]() | SignalConcurrentQueueEventArgs Constructor | Create an instance of the signal concurrent queue event arguments. |
Public Properties
Name | Description | |
---|---|---|
![]() | Item | Object that has been enqueued or dequeued. |
![]() | Success | Indicate whether the operation the event was raised for succeeded or not. |
See Also