Share via


EndGetCachedContact Method

Complete the async operation initiated by the BeginGetCachedContact.

Namespace:  Microsoft.Rtc.Collaboration.ContactsGroups
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Function EndGetCachedContact ( _
    result As IAsyncResult _
) As Contact
'Usage
Dim instance As ContactGroupServices
Dim result As IAsyncResult
Dim returnValue As Contact

returnValue = instance.EndGetCachedContact(result)
public Contact EndGetCachedContact(
    IAsyncResult result
)

Parameters

Return Value

Type: Microsoft.Rtc.Collaboration.ContactsGroups..::..Contact

Remarks

Exceptions

[T:System.ArgumentNullException]: Thrown when the parameter was null. The IAsyncResult is a required parameter.

[T:System.ArgumentException]: Thrown when the IAsyncResult object was created by a Begin method for a different operation.

[T:System.InvalidOperationException]: Thrown when the end was called multiple times.

See Also

Reference

ContactGroupServices Class

ContactGroupServices Members

Microsoft.Rtc.Collaboration.ContactsGroups Namespace