DistributionGroup.BeginGetOwner Method
Gets the owner of a group.
Namespace: Microsoft.Lync.Model.Group
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Function BeginGetOwner ( _
groupCallback As AsyncCallback, _
state As Object _
) As IAsyncResult
'Usage
Dim instance As DistributionGroup
Dim groupCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginGetOwner(groupCallback, _
state)
public IAsyncResult BeginGetOwner(
AsyncCallback groupCallback,
Object state
)
Parameters
- groupCallback
Type: System.AsyncCallback
- state
Type: System.Object
Return Value
Type: System.IAsyncResult