Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- newName
Type: System.String
- groupCallback
Type: System.AsyncCallback
- state
Type: System.Object
Return Value
Type: System.IAsyncResult