Share via


IEndpoint.BeginUpdateGroup Method

Begins an asynchronous request to update the information associated with a contact group.

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

Syntax

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

returnValue = instance.BeginUpdateGroup(id, _
    name, userCallback, state)
IAsyncResult BeginUpdateGroup(
    int id,
    string name,
    AsyncCallback userCallback,
    Object state
)

Parameters

  • id
    Type: System.Int32
    The identifier of the group to update.
  • 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.