ComponentSpace Proxy Class Library Reference

ProxyClientBase.BeginConnect Method

Initiates an asynchronous connect operation.

Overload List

Initiates an asynchronous connect operation.

public IAsyncResult BeginConnect(string,int,string,string);

Initiates an asynchronous connect operation that has a specified state object.

public IAsyncResult BeginConnect(string,int,string,string,object);

Initiates an asynchronous connect operation that has a specified state object. This overload receives notification, through a callback, of the identity of the event handler for this operation.

public IAsyncResult BeginConnect(string,int,string,string,object,AsyncCallback);

See Also

ProxyClientBase Class | ComponentSpace.Proxy Namespace