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