Share via


OpenConnectionEventSource Members

Include Protected Members
Include Inherited Members

The OpenConnectionEventSource class provides data for open connection events.

The OpenConnectionEventSource type exposes the following members.

Constructors

  Name Description
Protected method OpenConnectionEventSource The OpenConnectionEventSource() constructor initializes a new instance of the OpenConnectionEventSource

Top

Methods

  Name Description
Public method DeferQueue(SmtpResponse) When overridden in a derived class, the DeferQueue(SmtpResponse) method causes the remote delivery queue to enter the retry state with the specified last error.
Public method DeferQueue(SmtpResponse, TimeSpan) When overridden in a derived class, the DeferQueue(SmtpResponse, TimeSpan) method causes the remote delivery queue to enter the retry state with the specified last error and retry interval.
Public method Equals (Inherited from Object.)
Public method FailQueue
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method RegisterConnection
Public method ToString (Inherited from Object.)

Top