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