In The Hand
BeginConnect Method (address, service, requestCallback, state)
NamespacesInTheHand.Net.SocketsBluetoothClientBeginConnect(BluetoothAddress, Guid, AsyncCallback, Object)
.NET Components for Mobility
Begins an asynchronous request for a remote host connection. The remote host is specified by a BluetoothAddress and a service identifier (Guid).
Declaration Syntax
C#Visual Basic
public IAsyncResult BeginConnect(
	BluetoothAddress address,
	Guid service,
	AsyncCallback requestCallback,
	Object state
)
Public Function BeginConnect ( _
	address As BluetoothAddress, _
	service As Guid, _
	requestCallback As AsyncCallback, _
	state As Object _
) As IAsyncResult
Parameters
address (BluetoothAddress)
The BluetoothAddress of the remote host.
service (Guid)
The service identifier of the remote host.
requestCallback (AsyncCallback)
An AsyncCallback delegate that references the method to invoke when the operation is complete.
state (Object)
A user-defined object that contains information about the connect operation. This object is passed to the requestCallback delegate when the operation is complete.
Return Value

[Missing <returns> documentation for "M:InTheHand.Net.Sockets.BluetoothClient.BeginConnect(InTheHand.Net.BluetoothAddress,System.Guid,System.AsyncCallback,System.Object)"]

Assembly: InTheHand.Net.Personal (Module: InTheHand.Net.Personal) Version: 3.0.0.0