The constructor for the InformationEventArgs class.
Namespace: ABSuite.AccessLayer.Connector.Core
Assembly: Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public InformationEventArgs( InformationEventArgsInformationType type, string[] info )
Parameters
- type
- Type: ABSuite.AccessLayer.Connector.CoreInformationEventArgsInformationType
InformationType specifies the current state of the connection. - info
- Type: SystemString
String value for information about the current state of the connection.
See Also