In The Hand
BeginGetServiceRecords Method (service, callback, state)
NamespacesInTheHand.Net.SocketsBluetoothDeviceInfoBeginGetServiceRecords(Guid, AsyncCallback, Object)
.NET Components for Mobility
Begins an asynchronous Service Record lookup query.
Declaration Syntax
C#Visual Basic
public IAsyncResult BeginGetServiceRecords(
	Guid service,
	AsyncCallback callback,
	Object state
)
Public Function BeginGetServiceRecords ( _
	service As Guid, _
	callback As AsyncCallback, _
	state As Object _
) As IAsyncResult
Parameters
service (Guid)
See GetServiceRecords(Guid).
callback (AsyncCallback)
An optional asynchronous callback, to be called when the query is complete.
state (Object)
A user-provided object that distinguishes this particular asynchronous Service Record lookup query from other requests.
Return Value
An IAsyncResult that represents the asynchronous Service Record lookup query, which could still be pending.

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