PowerTCP Mail for .NET
EndEventArgs Class
Members  See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace : EndEventArgs Class




Provides data for asynchronous completion events.

Object Model

EndEventArgs Class

Syntax

Visual Basic (Declaration) 
Public MustInherit Class EndEventArgs 
   Inherits System.EventArgs
Visual Basic (Usage)Copy Code
Dim instance As EndEventArgs
C# 
public abstract class EndEventArgs : System.EventArgs 
Managed Extensions for C++ 
public __gc abstract class EndEventArgs : public System.EventArgs 
C++/CLI 
public ref class EndEventArgs abstract : public System.EventArgs 

Remarks

The EndEventArgs.Exception property returns any Exception which occurred during the asynchronous operation. The EndEventArgs.Stats property returns any object passed in to the accompanying BeginXXX method.

Inheritance Hierarchy

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.