Provides the FaxStatus for the FaxMonitorUpdate event.

Namespace: ININ.IceLib.UnifiedMessaging
Assembly: ININ.IceLib.UnifiedMessaging (in ININ.IceLib.UnifiedMessaging.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public class FaxMonitorUpdateEventArgs : EventArgs
Visual Basic
Public Class FaxMonitorUpdateEventArgs _
	Inherits EventArgs

Remarks

The FaxMonitorUpdateEventArgs class contains a single property FaxStatus that encapsulates all of the information necessary to communicate the current progress of an individual Fax. Each Fax in progress will periodically generate a new FaxStatus that will be broadcast to all registered listeners through the FaxMonitorUpdate event.

See ININ.IceLib.UnifiedMessaging for an example of responding to a FaxMonitorUpdate event.

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    ININ.IceLib.UnifiedMessaging..::..FaxMonitorUpdateEventArgs

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.

See Also