Share via


IEndpoint.EndDeleteGroup Method

Ends the deletion of a contact group from the user's contact list.

Namespace:  Microsoft.Exchange.InstantMessaging
Assembly:  Microsoft.Exchange.InstantMessaging (in Microsoft.Exchange.InstantMessaging.dll)

Syntax

'Declaration
Sub EndDeleteGroup ( _
    asyncResult As IAsyncResult _
)
'Usage
Dim instance As IEndpoint
Dim asyncResult As IAsyncResult

instance.EndDeleteGroup(asyncResult)
void EndDeleteGroup(
    IAsyncResult asyncResult
)

Parameters