Class AcknowledgeUserNotificationEventArgs
Represents arguments to AcknowledgeUserNotificationEvent.
Inheritance
System.Object
AcknowledgeUserNotificationEventArgs
Namespace: Cmc.Nexus.Common.Events
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class AcknowledgeUserNotificationEventArgs : ServiceEventArgs<AcknowledgeUserNotificationRequest, AcknowledgeUserNotificationResponse>
Constructors
AcknowledgeUserNotificationEventArgs(AcknowledgeUserNotificationRequest)
Initializes a new instance of the AcknowledgeUserNotificationEventArgs class.
Declaration
public AcknowledgeUserNotificationEventArgs(AcknowledgeUserNotificationRequest request)
Parameters
Type | Name | Description |
---|---|---|
AcknowledgeUserNotificationRequest | request | The request. |