Share via


IEndpoint.BeginDeleteGroup Method

Begins an asynchronous request to remove a contact group from the user's contact list.

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

Syntax

'Declaration
Function BeginDeleteGroup ( _
    id As Integer, _
    userCallback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim instance As IEndpoint
Dim id As Integer
Dim userCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginDeleteGroup(id, _
    userCallback, state)
IAsyncResult BeginDeleteGroup(
    int id,
    AsyncCallback userCallback,
    Object state
)

Parameters

  • id
    Type: System.Int32
    The identifier of the contact group to remove.
  • state
    Type: System.Object
    Contains user state information for the requested operation.

Return Value

Type: System.IAsyncResult
An System.IAsyncResult object that references the asynchronous request.