Share via


ContactManager.BeginAddGroup Method (String, AsyncCallback, Object)

Adds a new custom group to the group list.

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

Syntax

'Declaration
Public Function BeginAddGroup ( _
    customGroupName As String, _
    contactsAndGroupsCallback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim instance As ContactManager
Dim customGroupName As String
Dim contactsAndGroupsCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginAddGroup(customGroupName, _
    contactsAndGroupsCallback, state)
public IAsyncResult BeginAddGroup(
    string customGroupName,
    AsyncCallback contactsAndGroupsCallback,
    Object state
)

Parameters

Return Value

Type: System.IAsyncResult

See Also

Reference

ContactManager Class

ContactManager Members

BeginAddGroup Overload

Microsoft.Lync.Model Namespace