Table of Contents

Constructor TicketingGatewayEventArgs

Namespace
Skyline.DataMiner.Net.Ticketing.Helpers
Assembly
SLNetTypes.dll

TicketingGatewayEventArgs()

Initializes a new instance of the TicketingGatewayEventArgs class.

public TicketingGatewayEventArgs()

TicketingGatewayEventArgs(ITicketingGatewayRequestMessage)

Initializes a new instance of the TicketingGatewayEventArgs class using the specified request message.

public TicketingGatewayEventArgs(ITicketingGatewayRequestMessage m)

Parameters

m ITicketingGatewayRequestMessage

The request message.