This topic has not yet been rated - Rate this topic

ContactManager.BeginAddGroup method (DistributionGroup, AsyncCallback, Object)

Lync 2013

Adds a new distribution group to the group list.

Namespace:  Microsoft.Lync.Model
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Public Function BeginAddGroup ( _
	distributionGroup As DistributionGroup, _
	contactsAndGroupsCallback As AsyncCallback, _
	state As Object _
) As IAsyncResult
Dim instance As ContactManager
Dim distributionGroup As DistributionGroup
Dim contactsAndGroupsCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginAddGroup(distributionGroup, _
	contactsAndGroupsCallback, state)
public IAsyncResult BeginAddGroup(
	DistributionGroup distributionGroup,
	AsyncCallback contactsAndGroupsCallback,
	Object state
)

Parameters

distributionGroup
Type: Microsoft.Lync.Model.Group.DistributionGroup
contactsAndGroupsCallback
Type: System.AsyncCallback
state
Type: System.Object

Return value

Type: System.IAsyncResult
System.IAsyncResult
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.