Provides data for the SendCompleted event.

Namespace:  Argotic.Core.Net
Assembly:  Argotic.Core (in Argotic.Core)
Version: 2007.3.0.0 (2007.3.0.0)

Syntax

C#
public class XmlRpcRequestCompletedEventArgs : EventArgs, IComparable
Visual Basic (Declaration)
Public Class XmlRpcRequestCompletedEventArgs _
	Inherits EventArgs _
	Implements IComparable
Visual C++
public ref class XmlRpcRequestCompletedEventArgs : public EventArgs, 
	IComparable

Remarks

A SendCompleted event occurs whenever the SendAsync(XmlRpcMessage, Object) method is called.

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    Argotic.Core.Net..::.XmlRpcRequestCompletedEventArgs

See Also