Contact.BeginGetOrganizationInformation Method
Gets the organization information for this contact.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Function BeginGetOrganizationInformation ( _
orgInfoTypes As OrganizationStructureTypes, _
contactCallback As AsyncCallback, _
state As Object _
) As IAsyncResult
'Usage
Dim instance As Contact
Dim orgInfoTypes As OrganizationStructureTypes
Dim contactCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginGetOrganizationInformation(orgInfoTypes, _
contactCallback, state)
public IAsyncResult BeginGetOrganizationInformation(
OrganizationStructureTypes orgInfoTypes,
AsyncCallback contactCallback,
Object state
)
Parameters
- orgInfoTypes
Type: Microsoft.Lync.Model.OrganizationStructureTypes
- contactCallback
Type: System.AsyncCallback
- state
Type: System.Object
Return Value
Type: System.IAsyncResult