Contact.BeginMoveToGroup Method
Moves this contact from a source group to a target group.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Function BeginMoveToGroup ( _
targetGroup As Group, _
sourceGroup As Group, _
contactCallback As AsyncCallback, _
state As Object _
) As IAsyncResult
'Usage
Dim instance As Contact
Dim targetGroup As Group
Dim sourceGroup As Group
Dim contactCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginMoveToGroup(targetGroup, _
sourceGroup, contactCallback, state)
public IAsyncResult BeginMoveToGroup(
Group targetGroup,
Group sourceGroup,
AsyncCallback contactCallback,
Object state
)
Parameters
- targetGroup
Type: Microsoft.Lync.Model.Group.Group
- sourceGroup
Type: Microsoft.Lync.Model.Group.Group
- contactCallback
Type: System.AsyncCallback
- state
Type: System.Object
Return Value
Type: System.IAsyncResult