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
- customGroupName
Type: System.String
- contactsAndGroupsCallback
Type: System.AsyncCallback
- state
Type: System.Object
Return value
Type: System.IAsyncResult