ComponentSpace Proxy Class Library Reference

ConnectCompletedEventArgs Class

Provides data for the ConnectCompleted event.

For a list of all members of this type, see ConnectCompletedEventArgs Members.

System.Object
   System.EventArgs
      ComponentSpace.Proxy.ConnectCompletedEventArgs

[Visual Basic]
Public Class ConnectCompletedEventArgs
    Inherits EventArgs
[C#]
public class ConnectCompletedEventArgs : EventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The ConnectCompleted event is raised by the IProxyClient. It contains all the information needed to complete the asynchronous connect operation.

Requirements

Namespace: ComponentSpace.Proxy

Assembly: ComponentSpace.Proxy (in ComponentSpace.Proxy.dll)

See Also

ConnectCompletedEventArgs Members | ComponentSpace.Proxy Namespace