Share via


CustomGroup.BeginRename method

Renames the custom group.

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

Syntax

'Declaration
Public Function BeginRename ( _
    newName As String, _
    groupCallback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim instance As CustomGroup
Dim newName As String
Dim groupCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginRename(newName, _
    groupCallback, state)
public IAsyncResult BeginRename(
    string newName,
    AsyncCallback groupCallback,
    Object state
)

Parameters

Return value

Type: System.IAsyncResult

See also

Reference

CustomGroup class

CustomGroup members

Microsoft.Lync.Model.Group namespace