Begins an asynchronous Service Record lookup query.
| 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
- 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.
An IAsyncResult that represents the
asynchronous Service Record lookup query, which could still be pending.