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