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