PowerTCP Mail for .NET
InvokeEventArgs Constructor
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > InvokeEventArgs Class : InvokeEventArgs Constructor




request
response
state
exception
Initializes a new instance of the InvokeEventArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal request As String, _
   ByVal response As Response, _
   ByVal state As Object, _
   ByVal exception As Exception _
)
Visual Basic (Usage)Copy Code
Dim request As String
Dim response As Response
Dim state As Object
Dim exception As Exception
 
Dim instance As New InvokeEventArgs(request, response, state, exception)
C# 
public InvokeEventArgs( 
   string request,
   Response response,
   object state,
   Exception exception
)
Managed Extensions for C++ 
public: InvokeEventArgs( 
   string* request,
   Response* response,
   Object* state,
   Exception* exception
)
C++/CLI 
public:
InvokeEventArgs( 
   String^ request,
   Response^ response,
   Object^ state,
   Exception^ exception
)

Parameters

request
response
state
exception

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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