ContactManager.EndLookup method

Looks up a contact or a distribution group by entryid, sip address, email address, display name, etc..

Namespace:  Microsoft.Lync.Model
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Function EndLookup ( _
    asyncResult As IAsyncResult _
) As Object
'Usage
Dim instance As ContactManager
Dim asyncResult As IAsyncResult
Dim returnValue As Object

returnValue = instance.EndLookup(asyncResult)
public Object EndLookup(
    IAsyncResult asyncResult
)

Parameters

Return value

Type: System.Object

See also

Reference

ContactManager class

ContactManager members

Microsoft.Lync.Model namespace