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