'Declaration
Public Function BeginConnect( _ ByVal url As Uri, _ ByVal timeout As Integer, _ ByVal callback As AsyncCallback, _ ByVal state As Object _ ) As IAsyncResult
'Usage
Dim instance As UaSCUaBinaryClientChannel Dim url As Uri Dim timeout As Integer Dim callback As AsyncCallback Dim state As Object Dim value As IAsyncResult value = instance.BeginConnect(url, timeout, callback, state)
public IAsyncResult BeginConnect( Uri url, int timeout, AsyncCallback callback, object state )
public: IAsyncResult^ BeginConnect( Uri^ url, int timeout, AsyncCallback^ callback, Object^ state )
Parameters
- url
- timeout
- callback
- state