In The Hand
EndAcceptBluetoothClient Method (asyncResult)
NamespacesInTheHand.Net.SocketsBluetoothListenerEndAcceptBluetoothClient(IAsyncResult)
.NET Components for Mobility
Asynchronously accepts an incoming connection attempt and creates a new BluetoothClient to handle remote host communication.
Declaration Syntax
C#Visual Basic
public BluetoothClient EndAcceptBluetoothClient(
	IAsyncResult asyncResult
)
Public Function EndAcceptBluetoothClient ( _
	asyncResult As IAsyncResult _
) As BluetoothClient
Parameters
asyncResult (IAsyncResult)
An IAsyncResult returned by a call to the BeginAcceptBluetoothClient(AsyncCallback, Object) method.
Return Value

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