Class ContactManagerEventProcessedEventArgs
Contact Manager Event Event Args
Inheritance
System.Object
ContactManagerEventProcessedEventArgs
Namespace: Cmc.Nexus.Crm.Events
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class ContactManagerEventProcessedEventArgs : ServiceEventArgs<ProcessContactManagerEventRequest, ProcessContactManagerEventResponse>
Constructors
ContactManagerEventProcessedEventArgs(ProcessContactManagerEventRequest, ProcessContactManagerEventResponse)
Constructor with request and response
Declaration
public ContactManagerEventProcessedEventArgs(ProcessContactManagerEventRequest request, ProcessContactManagerEventResponse response)
Parameters
Type | Name | Description |
---|---|---|
ProcessContactManagerEventRequest | request | Service Request |
ProcessContactManagerEventResponse | response | Service Response |