Group.BeginAddContact method

Adds a new contact to the group.

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

Syntax

'Declaration
Public Function BeginAddContact ( _
    contact As Contact, _
    groupCallback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim instance As Group
Dim contact As Contact
Dim groupCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginAddContact(contact, _
    groupCallback, state)
public IAsyncResult BeginAddContact(
    Contact contact,
    AsyncCallback groupCallback,
    Object state
)

Parameters

Return value

Type: System.IAsyncResult

See also

Reference

Group class

Group members

Microsoft.Lync.Model.Group namespace